On 2006.09.01 15:26 Jeff Waugh wrote:
$ convert -size 800x600 pants.jpg \
-resize 800x600 +profile "*" > crap.jpg
convert: option requires an argument `+profile'.

$ convert -size 800x600 -resize 800x600 \
+profile "*" pants.jpg crap.jpg

svengali: /tmp
$ echo $?
0

Yep. That worked! Ta muchly.
Robert
--
SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/
Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html

Reply via email to