treeform / pixie

Full-featured 2d graphics library for Nim.
MIT License
742 stars 28 forks source link

Request for Image.getBase64() #550

Open IagoBeuller opened 7 months ago

IagoBeuller commented 7 months ago

Please add a fast function to get image base64 without converting from encodePng bytes. By the way, encodePng is slow, drop my FPS from 1000 to bellow 60.