jxrlib
jxrlib copied to clipboard
Cannot compress binary image
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