OpenWiki

Image Magick


Commands to use

mogrify -crop 612x692+1+100 g.tif
Orginal Image size 612x692
This will crop off the top 100 pixels

mogrify -chop 0x100 g.tif
Orginal Image size 612x692
This will chop off the top 100 pixels

mogrify -geometry x1000 -chop 0x100 g.tif
sets geometry to 1000 high then chops off first 100

The problem is that one needs to know the length in pixels and the size of the paper so that we can determine how to cut off only the .25 inches needed.


Front Page | Recent Changes | Title Index | User Preferences | Random Page | Help
Edit this page | View other revisions | Attachments (0)
Print this page | View XML
Find page by browsing, searching or an index
Edited March 5, 2005 (diff)
Valid XHTML 1.0!Valid CSS!