can't create xc:black ppm in truecolor
Re: can't create xc:black ppm in truecolor
wms wrote: but all I get is Type: Bilevel, Colorspace: Gray and Channel depth: Gray: 1-bits...
"identify" analyzes the image not the file. Even if your image is PPM, "identify" will look at the pixels and see that they are all black or white,
and then report what you saw. If you really want to know what is in the file, use a bit-dumper like "od -c file.ppm" and (as mentioned above) look for the string "P6" at the beginning of the file.
Glenn