Help for this page
# png good, gif bad print img({-src => 'http://myserver/image.png', -width => '500', ... -alt => 'My Image', -title => 'This is my image', });
use strict; use Image::Magick; my $image = Image::Magick->new(); ... $x = $image->Write(filename =>'image-th.png', quality =>75); @$image = ();