douglasg14b / BetterConsoleTables

Faster, colorable, more configurable, and more robust console colors & tables for C# console applications
GNU Lesser General Public License v3.0
92 stars 16 forks source link

[Feature Request] Add rendering to image #32

Closed theelderwand closed 1 year ago

theelderwand commented 1 year ago

Can we have an option where we can render the entire table into an image like PNG ?

table.ToImage(ImageFormat.Png)

douglasg14b commented 1 year ago

This would be pretty out of scope for this lib, and involves a lot of APIs that may be different depending on the platform. And in general is not a can of worms I wish to open.

If this is something you want to develop feel free to start figuring it out on a branch, and open a draft PR, and we can work on it together.