Page 1 of 1

How to use -displace with convert?

Posted: 2016-09-05T06:59:33-07:00
by agriz
convert: unrecognized option `-displace'

Displace is working only with composite. How can i use it with convert?

Re: How to use -displace with convert?

Posted: 2016-09-05T07:42:30-07:00
by snibgo
In "convert" or "magick", use "-compose displace", eg:

Code: Select all

-compose displace -set option:compose:args 20x10 -composite

Re: How to use -displace with convert?

Posted: 2016-09-06T04:20:55-07:00
by agriz
thumbs up :)