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

Questions and postings pertaining to the development of ImageMagick, feature enhancements, and ImageMagick internals. ImageMagick source code and algorithms are discussed here. Usage questions which are too arcane for the normal user list should also be posted here.
Post Reply
DiegoBiscaia
Posts: 2
Joined: 2016-08-18T09:24:43-07:00
Authentication code: 1151

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

Post 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
User avatar
fmw42
Posts: 25562
Joined: 2007-07-02T17:14:51-07:00
Authentication code: 1152
Location: Sunnyvale, California, USA

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

Post 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
DiegoBiscaia
Posts: 2
Joined: 2016-08-18T09:24:43-07:00
Authentication code: 1151

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

Post 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 !
Post Reply