<quote who="Robert Thorsby">

> Command Line input (all one line):
> convert -size 800x600 input.jpg  \
> -resize 800x600 +profile "*" > output.jpg
> 
> Error message:
> convert: option requires an argument `+profile'.

svengali: /tmp
$ convert -size 800x600 pants.jpg -resize 800x600 +profile "*" > crap.jpg
convert: option requires an argument `+profile'.

svengali: /tmp
$ convert -size 800x600 -resize 800x600 +profile "*" pants.jpg crap.jpg

svengali: /tmp
$ echo $?
0

Try that. :-)

- Jeff

-- 
linux.conf.au 2007: Sydney, Australia           http://lca2007.linux.org.au/
 
                           No clue is good clue.
-- 
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