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
010h:FF FF FF 00 00 00 ........
How I do can make the 010h update to 00 00 00 FF FF FF 00
Thanks .