What happened with distort

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
ziasumo

What happened with distort

Post by ziasumo »

Anybody can help me regarding this...


Before Image is
Image
The output Image is
Image

MY command is
Convert -bordercolor white -border 1x1 d:/checks.png -matte -virtual-pixel white -filter point -bordercolor grey -border 1x1 -distort Perspective "0,0,0,20 0,98,0,70 10,98,10,98 10,0,10,0" +repage -verbose -filter point -quality 100 d:/output.jpg

Selected portion distorting correctly why it change next part of image.
Anybody can tell me
User avatar
magick
Site Admin
Posts: 11064
Joined: 2003-05-31T11:32:55-07:00

Re: What happened with distort

Post by magick »

Try ImageMagick 6.6.1-0 Beta from ftp://ftp.imagemagick.org/pub/ImageMagick/beta. Does that fix the problem? We reverted a patch that most likely caused this problem.
Post Reply