Hello
I try to create a PCX 4 bits - 16 colors from a JPEG 24 bits.
convert -colors 16 test.jpg test.pcx
I always get a PCX with 16 colors, OK, but it's a 8-bits PCX.
Any idea ?
jean
How to create a PCX 4 bits
- fmw42
- Posts: 25562
- Joined: 2007-07-02T17:14:51-07:00
- Authentication code: 1152
- Location: Sunnyvale, California, USA
Re: How to create a PCX 4 bits
I don't know PCX or if IM supports 4-bits, but try adding -depth 4 to your command line.
Re: How to create a PCX 4 bits
PCX does support 4-bits.
-depth 4 produces a 24-bits PCX
-depth 4 produces a 24-bits PCX