regarding the conversion of rgb images to zpl
bhargav2496 opened this issue · 3 comments
bhargav2496 commented
cod3monk commented
The transformation of the image is completely outsourced to Pillow / PIL. The problem is that there are no grey scales and everything needs to be mapped to black or white pixels. Not sure if it could be done better. What would you expect the result to look like?
bhargav2496 commented
cod3monk commented
You will need to preprocess the file using PIL or another library. Sorry about that.