And if file is written to temporary file after crop and rotate, it works with Mac (or newer ImageMagick version) as well: <?php $inputfile = 'original.jpg'; $tmpfile = 'tmp.jpg'; $outputfile = 'output2.jpg'; if(!class_exists('Imagick')) { echo "ImageMagick extension missing. Aborting.\n"; exit(1 ...
Convert with flop, rotate and crop not working anymore as expected, resulting image is not what it used to be. This used to work with version 6.6.9-7 (Ubuntu 12.04) convert -flop -rotate -26 -crop 1372x1212+1730+953 original.jpg new.jpg With version 6.9.2-4 (Mac OS X) it works if the crop is done ...