[Koha-bugs] [Bug 8088] Png-images of covers lost transparency

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon May 14 22:39:18 CEST 2012


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8088

--- Comment #1 from Serhij Dubyk <dubyk at 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.


More information about the Koha-bugs mailing list