14 May
2012
14 May
'12
9:39 p.m.
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.