convimg icon indicating copy to clipboard operation
convimg copied to clipboard

Public C API

Open talwat opened this issue 3 months ago • 3 comments

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.

talwat avatar Oct 07 '25 17:10 talwat

What would you use this library for?

mateoconlechuga avatar Oct 07 '25 22:10 mateoconlechuga

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.

talwat avatar Oct 14 '25 17:10 talwat

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.

talwat avatar Oct 21 '25 05:10 talwat