Code: Select all
convert [inFile] -distort ScaleRotateTranslate 30 [outFile]
I would like to "grow" the canvas to fit the rotated image. Using +distort:
Code: Select all
convert [inFile] +distort ScaleRotateTranslate 30 [outFile]
Does anybody know how I can rotate an image around its center, and growing the canvas to fit the result?

