NineWorlds / xstreamer

XStreamer X-Wing Squad and Imperial Assault Army Helper for Twitch and YouTube Streamers
MIT License
8 stars 3 forks source link

Generate PNGs for Squads #39

Closed kingargyle closed 7 years ago

kingargyle commented 7 years ago

In some cases it may be more memory efficient to generate the Squad Lists as PNG images from the existing HTML files after they have been rendered. The following code can be used as a starting point.

http://stackoverflow.com/questions/14795707/export-full-scrolled-composite-to-image

Note that their may need to be some configuration options set for this to make it work well.

kingargyle commented 7 years ago

Going to close this as the browser method works fairly well.