BilinearReverse doesnt work in 6.6.7-4

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
ecoverguru
Posts: 37
Joined: 2010-10-12T12:42:53-07:00
Authentication code: 8675308

BilinearReverse doesnt work in 6.6.7-4

Post by ecoverguru »

I have imagemagick version 6.6.7-4 2011-02-01 Q16 installed, but "BilinearReverse " doesnt seems to work..

The documentation says "Before IM v6.5.1-2 the 'BilinearReverse' distortion was implemented simply as 'Bilinear'." so i guess in my version it should work right?
User avatar
fmw42
Posts: 25562
Joined: 2007-07-02T17:14:51-07:00
Authentication code: 1152
Location: Sunnyvale, California, USA

Re: BilinearReverse doesnt work in 6.6.7-4

Post by fmw42 »

What was your exact command line?

Also the order of control points changed in more current versions. See http://www.imagemagick.org/Usage/distor ... rol_points
User avatar
fmw42
Posts: 25562
Joined: 2007-07-02T17:14:51-07:00
Authentication code: 1152
Location: Sunnyvale, California, USA

Re: BilinearReverse doesnt work in 6.6.7-4

Post by fmw42 »

This works fine for me in IM 6.7.1.2 Q16 Mac OSX tiger:


convert mandril.jpg -matte -virtual-pixel black \
-distort BilinearReverse \
'0,0 26,0 128,0 114,23 128,128 128,100 0,128 0,123' \
mandril_blin_rev2.jpg


see http://www.imagemagick.org/Usage/distor ... ar_reverse
ecoverguru
Posts: 37
Joined: 2010-10-12T12:42:53-07:00
Authentication code: 8675308

Re: BilinearReverse doesnt work in 6.6.7-4

Post by ecoverguru »

I was actually trying to achieve the following with BilinearReverse but now it seems Polynomial '1.5 is an alternative.. here is the thread I wanted actually help for

viewtopic.php?f=1&t=19247
Post Reply