Displacement map

IMagick is a native PHP extension to create and modify images using the ImageMagick API. ImageMagick Studio LLC did not write nor does it maintain the IMagick extension, however, IMagick users are welcome to discuss the extension here.
Acrossfy
Posts: 9
Joined: 2011-03-02T09:46:22-07:00
Authentication code: 8675308

Re: Displacement map

Post by Acrossfy »

I've got the result after the experiments. Soon I'll write about all the details and nuances.
User avatar
fmw42
Posts: 25562
Joined: 2007-07-02T17:14:51-07:00
Authentication code: 1152
Location: Sunnyvale, California, USA

Re: Displacement map

Post by fmw42 »

Good for you! Please let us know what you did and what the issues were.
samblin
Posts: 1
Joined: 2012-11-21T08:12:54-07:00
Authentication code: 6789

Re: Displacement map

Post by samblin »

It seems that IMagick can not displace image on one of the direction (x or y). It produce displacement only in two directions simultaneously. So it is impossible to make Cylindrical Displacement, for example. I tryed to set displacement directions by

Code: Select all

$image->setOption('compose:args', '5x0');
, but this not works.
Post Reply