[Bug 8088] New: Png-images of covers lost transparency
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8088 Priority: P5 - low Change sponsored?: --- Bug ID: 8088 Assignee: gmcharlt@gmail.com Summary: Png-images of covers lost transparency Severity: enhancement Classification: Unclassified OS: All Reporter: dubyk@library.lviv.ua Hardware: All Status: NEW Version: unspecified Component: Tools Product: Koha Images of covers must preserve transparency of png-images. This is useful for example for the covers of CD/DVD disks. -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8088 --- Comment #1 from Serhij Dubyk <dubyk@library.lviv.ua> --- Created attachment 9573 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=9573&action=edit Small changes in C4/Images.pm Replace my $newimage = $image->clone; by my $newimage = GD::Image->new( $width_reduce, $height_reduce, 1 ); $newimage->alphaBlending(0); $newimage->saveAlpha(1); -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8088 Serhij Dubyk <dubyk@library.lviv.ua> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |Needs Signoff -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8088 Chris Cormack <chris@bigballofwax.co.nz> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |chris@bigballofwax.co.nz --- Comment #2 from Chris Cormack <chris@bigballofwax.co.nz> --- I like the idea, but do we need the commented out transparency lines? Can we safely remove those? -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8088 Chris Cormack <chris@bigballofwax.co.nz> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |In Discussion --- Comment #3 from Chris Cormack <chris@bigballofwax.co.nz> --- Still waiting on answer to the question before signoff -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8088 --- Comment #4 from Serhij Dubyk <dubyk@library.lviv.ua> --- (In reply to comment #2)
I like the idea, but do we need the commented out transparency lines?
Can we safely remove those?
Yes. -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8088 Serhij Dubyk <dubyk@library.lviv.ua> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |dubyk@library.lviv.ua -- You are receiving this mail because: You are watching all bug changes.
participants (1)
-
bugzilla-daemon@bugs.koha-community.org