furrtek / PrecIR

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

Some images aren't accepted by ESLs #14

Closed furrtek closed 10 months ago

furrtek commented 10 months 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 10 months 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.