Page 1 of 1

Posted: 2006-08-10T12:08:51-07:00
by magick
Use -resize rather than -geometry.

Posted: 2006-08-10T13:00:03-07:00
by magick
Ok, try this:
  • composite -gravity southeast -dissolve 70% tag_image.tif \( input.jpg -resize 635 \) output.jpg
Under Windows you won't need the backslashes. Previously the command lines were ambiguous. With the parenthesis it makes it clear we only want to resize input.jpg.

Posted: 2006-08-10T23:52:31-07:00
by anthony
For a more detailed information on this see, IM Examples Basics
http://www.cit.gu.edu.au/~anthony/graph ... #image_seq

Actually read the whole page, for a overview.