jxrlib icon indicating copy to clipboard operation
jxrlib copied to clipboard

Cannot compress binary image

Open Sahil-5111998 opened this issue 1 year ago • 0 comments

I am trying to compress a binary image (image with 1 bit depht) but it is giving an error. I am using command: JXREncApp -i Image3_3.bmp -o output.jxr -c 1

yet the error is showing as: FAILED: -106=WMP_errUnsupportedFormat C:\Users\DRS\Desktop\jxlib_2\jxrlib-master\JXRTestlib\JXRTestBmp.c:319 FAILED: -106=ParseBMPHeader(pID, pWS) C:\Users\DRS\Desktop\jxlib_2\jxrlib-master\JXRTestlib\JXRTestBmp.c:342 FAILED: -106=pDecoder->Initialize(pDecoder, pStream) C:\Users\DRS\Desktop\jxlib_2\jxrlib-master\JXRTestlib\JXRTest.c:221 FAILED: -106=pTestFactory->CreateDecoderFromFile(args.szInputFile, &pDecoder) C:\Users\Dr. Suhash\Desktop\jxlib_2\jxrlib-master\jxrencoderdecoder\JxrEncApp.c:636

Please help

Sahil-5111998 avatar May 06 '23 07:05 Sahil-5111998