This is still broken in the latest version. I'm using the latest ImageMagick which I recompiled for the Mac. PerlMagick is from cpan. 'gravity' will not work. my $image = $_[0]{IMGOBJ}->clone(); $image->Set(quality=>85); $image->Set(magick => 'JPEG'); my $w = 85; my $h = 100; ## resize with ratio ...