How to add cut marks at the corners of 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
wesz

How to add cut marks at the corners of an image?

Post by wesz »

Hello all,

Is it possible to add so-called "cut marks" or "crop marks" at the corners of an image created with ImageMagick?
If so, does someone know how to do so?

Your advice would be greatly appreciated,

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

Re: How to add cut marks at the corners of an image?

Post by fmw42 »

use -draw

see http://www.imagemagick.org/Usage/draw/

you can draw lines or symbols or combinations to get tick marks where ever you want them
Post Reply