Closed furrtek closed 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.
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.
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.