Bend image from the middle

Questions and postings pertaining to the usage of ImageMagick regardless of the interface. This includes the command-line utilities, as well as the C and C++ APIs. Usage questions are like "How do I use ImageMagick to create drop shadows?".
Post Reply
Kris.Mitchell

Bend image from the middle

Post by Kris.Mitchell »

Is image magic able to bend an image around something?

Example:

I am building an online app that will give users the ability to upload and use their graphics for a tree graphic wrap. What I would like to know is can image magik take the image, bend it so that it looks like it is wrapped around the tree, then flatten it again (with the use of transparencies)?

I looked in the docs and didn't see an 'in your face' way to do it.

Thanks for the help!

-Kris
User avatar
fmw42
Posts: 25562
Joined: 2007-07-02T17:14:51-07:00
Authentication code: 1152
Location: Sunnyvale, California, USA

Re: Bend image from the middle

Post by fmw42 »

I think you need to provide an example (link to your example file) of the kind of bending your want.

I have a script that will wrap an image into a cylinder. See cylinderize below.
Post Reply