About affine distort, need your help

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
jasonhocky
Posts: 1
Joined: 2019-04-10T02:33:24-07:00
Authentication code: 1152

About affine distort, need your help

Post by jasonhocky »

Hi all,
When I apply affine distort on a image by using the magic++ api, how can i get the coordinate mapping from the original image to the distorted image?
Note that, the param "bestfit" is set to TRUE.
Jason
snibgo
Posts: 12159
Joined: 2010-01-23T23:01:33-07:00
Authentication code: 1151
Location: England, UK

Re: About affine distort, need your help

Post by snibgo »

What version of IM? What function are you calling? Have you looked at the source code of that function?
snibgo's IM pages: im.snibgo.com
Post Reply