gozxing
gozxing copied to clipboard
Datamatrix encoder in Writter
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)
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.