dmtx / libdmtx

libdmtx Library
Other
300 stars 137 forks source link

Has anyone used libdmtx with 16bit grayscale images? #27

Open jwlodek opened 5 years ago

jwlodek commented 5 years ago

I have successfully been able to decode dmtx codes in 8 bit RGB images using DmtxPacked24bppRGB, however I haven't been able to process 16 bit grayscale images. I tried using DmtxPackCustom and setting the bytesPerPixel value in the dmtx image to 16, but I still get no codes found.