1
0
mirror of https://github.com/microsoft/DirectXTex synced 2024-11-26 22:30:07 +00:00

Updated Using JPEG PNG OSS (markdown)

Chuck Walbourn 2024-01-19 11:40:51 -08:00
parent c05793a664
commit 69da1757dc

@ -56,6 +56,11 @@ HRESULT LoadFromPNGFile(const wchar_t* szFile, TexMetadata* metadata, ScratchIma
HRESULT SaveToPNGFile(const Image& image, const wchar_t* szFile);
```
# References
* JPEG: https://www.ijg.org
* PNG: http://www.libpng.org/pub/png/libpng.html
# Credit
Thanks to Park DongHa for their contribution of these functions to the library.