Displacement map
Re: Displacement map
I've got the result after the experiments. Soon I'll write about all the details and nuances.
- fmw42
- Posts: 25562
- Joined: 2007-07-02T17:14:51-07:00
- Authentication code: 1152
- Location: Sunnyvale, California, USA
Re: Displacement map
Good for you! Please let us know what you did and what the issues were.
Re: Displacement map
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 , but this not works.
Code: Select all
$image->setOption('compose:args', '5x0');