Search found 1 match

by samblin
2012-11-21T09:02:20-07:00
Forum: IMagick
Topic: Displacement map
Replies: 17
Views: 48968

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 $image->setOption('compose:args', '5x0'); , but ...