summaryrefslogtreecommitdiff
path: root/Source/Core/Common/Image.cpp
AgeCommit message (Expand)Author
2022-09-26Common/Image: Add unit to log messagePokechu22
2022-08-02Common::Timer: use chrono::steady_clock internallyShawn Hoffman
2022-07-28SavePNG: make sure to finalize image fileShawn Hoffman
2022-07-25replace libpng with libspngShawn Hoffman
2022-01-13Cast to int for enums that are not formattablePokechu22
2022-01-09Common/Assert: Switch to fmtPokechu22
2021-11-24Fix saving RGBA imagesPokechu22
2021-11-24Log libpng warnings and errorsPokechu22
2021-11-18Add option for setting the PNG zlib compression levelPokechu22
2021-07-05treewide: convert GPLv2+ license info to SPDX tagsPierre Bourdon
2021-01-27rename Common/File to Common/IOFileShawn Hoffman
2020-12-19Merge pull request #9332 from leoetlino/warning-fixesLC
2020-12-20Common: Write PNGs in two steps to allow Unicode target paths.Admiral H. Curtiss
2020-12-16Core: Remove ImageWrite and get rid of -Wmissing-declarations warningsLéo Lam
2020-11-26Common: Add SavePNG() function that writes PNGs using the simplified libpng API.Admiral H. Curtiss
2018-08-19Fix critital buffer overflow in LoadPNGJosJuice
2018-08-19Use simplified libpng PNG reading API to avoid PNG reading bugs.Admiral H. Curtiss
2018-05-20Fix compatibility with versions of libpng older than 1.5JosJuice
2018-05-20VideoCommon: Replace SOIL with libpng for hires texturesEmmanuel Gil Peyrot