So it is normal to see a small decrease in file size.use Image::Magick; my $image = Image::Magick->new; my $x = $image->Read('test.jpg'); $image->Set(compression => 'JPEG'); $image->Set(quality => '100'); $x = $image->Write('out.jpg');
In reply to Re^2: permagick jpg compression
by martell
in thread permagick jpg compression
by Anonymous Monk
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |