Thanks fmw42!
The script you posted seems to do exactly what I need! I was a bit confused by the colorspace command before, but I think I understand it a bit better now. I really appreciate it!
Search found 2 matches
- 2011-03-30T12:15:57-07:00
- Forum: Users
- Topic: RGB Conversion Not Working?
- Replies: 4
- Views: 7698
- 2011-03-30T06:42:16-07:00
- Forum: Users
- Topic: RGB Conversion Not Working?
- Replies: 4
- Views: 7698
RGB Conversion Not Working?
ImageMagick 6.6.8-Q8 on Windows 7 Home Premium via CMD Prompt. I'm running into some trouble while attempting to convert an image from grayscale to RGB. My command is as follows: convert A16.TIF -resize 33% -auto-level -colorspace RGB A16.jpg I've tried the above line with CMYK and it works, however ...