How to scale an image to a isometric perspective?

Questions and postings pertaining to the usage of ImageMagick regardless of the interface. This includes the command-line utilities, as well as the C and C++ APIs. Usage questions are like "How do I use ImageMagick to create drop shadows?".
Post Reply
User avatar
anthony
Posts: 8883
Joined: 2004-05-31T19:27:03-07:00
Authentication code: 8675308
Location: Brisbane, Australia

Post by anthony »

If you are getting glitched with affine, you do not have the latest with at least the new -interpolate settings.

Also up until the latest release Affine was broken. It is now 9for the first time in years) properly fixed, though some cleanup work is still being looked at, though that only effects pixel level results.

Note an Afffine Transform can include the 45 degree rotation as part of the matrix, however working out the exact matrix needed is more difficult. I am developing external script which given the way 3 points are translated from source to destination, will return the affine matrix needed to produce that effect. It is however still being debugged.

see IM Examples
http://www.cit.gu.edu.au/~anthony/graph ... ne_scripts
Anthony Thyssen -- Webmaster for ImageMagick Example Pages
https://imagemagick.org/Usage/
Post Reply