JoshuaBragg / PTIR

Python Terminal Image Renderer
https://pypi.org/project/ptir/
MIT License
2 stars 0 forks source link

[Enhancement] Add functionality to dump the 8 bit / 24 bit string to a file #2

Open XChikuX opened 1 month ago

XChikuX commented 1 month ago

I'd love to make an API call to get this data so I can display it on mobile.

If you have time to implement this I would be very grateful.

Terminal is fun, but I also want users to get it elsewhere.

JoshuaBragg commented 1 month ago

Given the scope of the library is to work with images in the terminal I would not plan to implement this change within this library. However the code is extremely simple and a similar function to write to an arbitrary location could be built by yourself for your use case