How to convert gdImagePtr to base64 string

Viewed 13

I am working on streamdeck plugin. Streamdeck supports showing custom images is base64 format. I would like to generate an image using libgd and send the base64 string to streamdeck.

1 Answers
Related