world-of-might-and-magic
world-of-might-and-magic copied to clipboard
Screenshot format
Describe the Idea In game screenshots should be outputted as PNG
Changes from original Current screenshots are saved as PCX. This format is old and most modern systems cannot view natively.
If you're OK with using https://github.com/nothings/stb then I can implement this
If the image quality it produces is good then why not. We are already using rect_pack and truetype from there in nuklear. But truetype's output quality is meh. Alternatively we could also use ffmpeg API as it is already there. Or use libpng or even multiformat image library like imagemagick directly.