gozxing icon indicating copy to clipboard operation
gozxing copied to clipboard

Datamatrix encoder in Writter

Open aurelien-baudin opened this issue 2 years ago • 1 comments

Hello Is there anything planned for Datamatrix encoding ? In the original library, there is an extra step for "data encodation": Zxing DataMatrixWriter

It looks like that all the code is already there in golang, the only missing part is to use EncodeHintType (for instance FORCE_C40 is missing)

aurelien-baudin avatar Mar 02 '23 16:03 aurelien-baudin

Thank you for letting me know. The EncodeHintType FORCE_C40 was implemented in zxing after I ported. so we need to port the diff of the update.

makiuchi-d avatar Mar 10 '23 07:03 makiuchi-d