Search found 1 match

by Frank.Liu
2019-08-29T20:53:43-07:00
Forum: Bugs
Topic: Convert JPG to PCX
Replies: 4
Views: 43239

Convert JPG to PCX

Hi guys,
I want to convert a jpg file to pcx format, I use bellow command line with Magick

Code: Select all

convert D:\mytest\A.jpg  -colors 2 -depth 1  D:\mytest\a.pcx
the file header :
010h:FF FF FF 00 00 00 ........
How I do can make the 010h update to 00 00 00 FF FF FF 00
Thanks .