furrtek / PrecIR

You know what this is for ;-)
http://furrtek.free.fr/index.php?a=esl
GNU General Public License v3.0
289 stars 17 forks source link

Some images aren't accepted by ESLs #14

Closed furrtek closed 1 year ago

furrtek commented 1 year ago

Python or Android app, compression or not.

Working images seem to have a pixel count multiple of 8. Maybe something to do with bit to byte packing.

furrtek commented 1 year ago

Fixed in cb9f940. Discovered that pixel counts need to be multiples of 8. Added auto scaling in Android app to meet requirement. Python script throws an error.