Image dependency is not strictly necessary
See if a no-image feature is possible for people who want to use their own image library.
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.
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.