Thanks for your help
I am using Linux and doing batch processing.
I found the page I was looking for
http://www.imagemagick.org/script/escape.php
and I believe I have my syntax correct
convert *.jpg -resample 72 -quality 80% -set filename:orig %t %[filename:orig]Sm.jpg
Search found 2 matches
- 2011-01-03T09:57:51-07:00
- Forum: Users
- Topic: Looking for % property variables meanings
- Replies: 3
- Views: 11125
- 2011-01-03T08:49:57-07:00
- Forum: Users
- Topic: Looking for % property variables meanings
- Replies: 3
- Views: 11125
Looking for % property variables meanings
I am starting to learn more about ImageMagik and I am trying to figure out some things. One of those things is the meanings of properties variables such as %d or %wx%h. I have googled and googled and can not seem to find a resource that list the meanings. In particular I am looking for a variable ...