bardecoder icon indicating copy to clipboard operation
bardecoder copied to clipboard

Image dependency is not strictly necessary

Open piderman314 opened this issue 6 years ago • 2 comments

See if a no-image feature is possible for people who want to use their own image library.

piderman314 avatar May 01 '19 19:05 piderman314

Im looking to make a Python wrapper for this library and then import that into micropython, so I am looking to make it as small as possible. I made an initial version of the wrapper and the library is about 5MB. I was thinking maybe removing the Image dependency could make it smaller.

kornpow avatar Nov 08 '22 00:11 kornpow

Well even if the image dependency can be removed, you'd have to replace quite a bit of code with your own because some image preparation happens (using that Image library at the moment). That being said, I don't think I have time to look into it at the moment.

piderman314 avatar Nov 21 '22 21:11 piderman314