javl / image2cpp

GNU General Public License v3.0
529 stars 156 forks source link

Text to image rounding bug #29

Closed jochenderwae closed 4 years ago

jochenderwae commented 4 years ago

Fix for https://github.com/javl/image2cpp/issues/28 I only checked the horizontal rendering method.

jochenderwae commented 4 years ago

I'm not sure why the merge of the original into my fork is listed here... [github noob]

javl commented 4 years ago

So what was the problem here? The script was checking for non-existing pixels in the original image, between its actual size and the nearest byte? edit: just read your response in the issue thread

jochenderwae commented 4 years ago

Left some comments in the code as well. Let me know if I can explain it more clearly.