over-impose an arrow on an image

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
alesilaria
Posts: 2
Joined: 2013-01-09T01:19:58-07:00
Authentication code: 6789

over-impose an arrow on an image

Post by alesilaria »

Hi All,

I would need to over-impose an arrow shape in the middle of an image. Is there a simple way to do that in ImageMagick? Are these arrows coded somehow?
I would very much appreciate your help, I'm not too familiar with this tool, I only used it for very simple things so far.

Best

Ilaria
alesilaria
Posts: 2
Joined: 2013-01-09T01:19:58-07:00
Authentication code: 6789

Re: over-impose an arrow on an image

Post by alesilaria »

Never mind I found the solution with
composite -gravity center arrow.png image.png arrow_Image.png

Very nice!
Best
Post Reply