Convert/Mogrify questions
Posted: 2010-08-31T04:51:27-07:00
I'm curious, why does convert/mogrify generate these odd-looking filenames when I use it.
They are labeled with "-0" and "-1" before the extension name.
When I run the command:
I get the following files:
The one with "-1" is a small thumbnail-like version.
Is this behavior expected? By the way, I'm using the latest Windows build.
They are labeled with "-0" and "-1" before the extension name.
When I run the command:
Code: Select all
mogrify -format jpeg file.tif
Code: Select all
file-0.jpeg
file-1.jpeg
Is this behavior expected? By the way, I'm using the latest Windows build.