Mogrify: Converting tiff to grayscale
Posted: 2006-03-10T07:50:15-07:00
I can't understand why
doesn't leave me with a directory of only grayscale .tifs. The resizing works fine.
I've had this problem for a while now, meaning with all of the recent 8-bit windows-releases I tried it with, so it must be a mistake of mine.
Can anyone help me to mogrify my files to grayscale?
Greetings,
Oliver
Code: Select all
mogrify -verbose -colorspace gray -resize "2130x2400>" -density "300x300" -strip -compress "LZW" *.tif
I've had this problem for a while now, meaning with all of the recent 8-bit windows-releases I tried it with, so it must be a mistake of mine.
Can anyone help me to mogrify my files to grayscale?
Greetings,
Oliver