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

--- Comment #1 from Serhij Dubyk <[email protected]> ---
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.
_______________________________________________
Koha-bugs mailing list
[email protected]
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to