nothings / stb

stb single-file public domain libraries for C/C++
https://twitter.com/nothings
Other
25.99k stars 7.67k forks source link

Return image type from stbi_info_from_xxx() #1506

Open MWP opened 12 months ago

MWP commented 12 months ago

When using stbi_info_from_xxx() it's impossible to know which files type was detected. This patch is a quick (possibly incomplete?) fix for that.