Public C API
Do you think it'd be possible to provide a basic C header for interfacing with convimg as a C library? Maybe just a basic header file or something similar.
What would you use this library for?
What would you use this library for?
If we want to create our own tooling for the TI84, or create applications that send image data to it, then it'd be really convenient.
Well, I got around this by simply encoding the image data in a 332 RGB format, and then just replicate that "palette" on the TI84. Convimg would still be helpful since it'd allow a custom palette for each image, enabling much better color, but it's not necessary.
I feel like just having a small header-file which could implement the same features as the CLI interface would be more than enough.