convert black PNG to JPG forces a wrong colorspace (grayscal
Posted: 2007-07-19T03:31:52-07:00
When I try to convert a PNG file (completely black, but as RGB 24bit)
I always get a JPG in grayscale:
my command line:
convert test.PNG -type TrueColor test.JPG
I also tried:
convert test.PNG -colorspace RGB test.JPG
IM 6.3.5 Q16 on WinXP / WinXP64
The verbose line:
test.png=>Z:\test.jpg PNG 4096x4096 4096x4096+0+0 DirectClass 8-bit 64.1563kb 1.188u 0:02
Is this a bug, or am I to stupid to figure out the right options for the conversion?
I always get a JPG in grayscale:
my command line:
convert test.PNG -type TrueColor test.JPG
I also tried:
convert test.PNG -colorspace RGB test.JPG
IM 6.3.5 Q16 on WinXP / WinXP64
The verbose line:
test.png=>Z:\test.jpg PNG 4096x4096 4096x4096+0+0 DirectClass 8-bit 64.1563kb 1.188u 0:02
Is this a bug, or am I to stupid to figure out the right options for the conversion?