Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: convert GIFs masquerading as PNG to PNG
Upon removing support for several file formats like GIF and BLP from the SimpleGraphic runtime, we noticed that there were some assets that had incorrect file extensions and loaded only thanks to file format detection ignoring extensions. As the actual file format loader for GIF was removed, these stealth GIFs are now losslessly converted to PNG.
- Loading branch information