Skip to main content
Home Forums Silverlight Programming Report a Silverlight Bug Error "unknown pixel format" when converting with imagetool.exe
2 replies. Latest Post by mick_08 on November 24, 2008.
(0)
mick_08
Member
0 points
2 Posts
11-19-2008 11:50 AM |
I try to convert the image below with a command like this:
"C:\Programme\Microsoft Corporation\Deep Zoom Composer\ImageTool.exe" convert "C:\153.jpg" outdir "C:\test" jpg tilesize 256 tileoverlap 1
Command output is:
Error: unknown pixel format
After a view hours of testing I realized that the image format is 8 bit grayscale. I think this should work anyhow.
153.jpg
Amanda W...
All-Star
17234 points
1,466 Posts
11-24-2008 7:07 AM |
Hi,
mick_08: Command output is: Error: unknown pixel formatAfter a view hours of testing I realized that the image format is 8 bit grayscale. I think this should work anyhow.
Error: unknown pixel formatAfter a view hours of testing I realized that the image format is 8 bit grayscale. I think this should work anyhow.
On the face of the error, it seems related to the image's format.
Does it work now?
11-24-2008 11:13 AM |
Unfortunately not. I have to convert each grayscale image to a true color (24-bit) one.
Regards,
Mick