Page 2 of 2

Re: Displacement map

Posted: 2011-03-06T02:53:03-07:00
by Acrossfy
I've got the result after the experiments. Soon I'll write about all the details and nuances.

Re: Displacement map

Posted: 2011-03-06T11:51:25-07:00
by fmw42
Good for you! Please let us know what you did and what the issues were.

Re: Displacement map

Posted: 2012-11-21T09:02:20-07:00
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.