Page 1 of 1

Can I do the draping effect in an image using imagemagick?

Posted: 2016-08-18T09:42:43-07:00
by DiegoBiscaia
Can I do draping effect in an image automatically using imagemagick? For example an image around a ball (get round ball within the limits) as is done in photoshop, it is possible ?

This image is an example, I am using the wrap effect from photoshop:

Image

Can I do this using the imagemagick API, for any image and format?

Whe pay for consulting and freelances jobs :D

Re: Can I do the draping effect in an image using imagemagick?

Posted: 2016-08-18T14:28:57-07:00
by fmw42
What platform and what version of Imagemagick? Please always provide that information.

If you are on Unix (Linux, Mac OSX, Windows with Cygwin, Windows 10), see my scripts at the link below:

spherize
cylinderize
tshirt

Re: Can I do the draping effect in an image using imagemagick?

Posted: 2016-08-19T06:30:31-07:00
by DiegoBiscaia
This is amazing. The examples you showed me through the link, solves all my problems . Thanks!

I hope this post help other projects on the web !