index
:
dolphin
4.0-hotfixes
master
release-prep-2407
release-prep-2409
release-prep-2412
release-prep-2503
release-prep-2503a
release-prep-2506
release-prep-2506a
release-prep-2509
release-prep-2512
release-prep-2603
release-prep-2603a
release-prep-2606
stable
GameCube and Wii emulator
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Source
/
Core
/
Common
/
Image.cpp
Age
Commit message (
Expand
)
Author
2022-09-26
Common/Image: Add unit to log message
Pokechu22
2022-08-02
Common::Timer: use chrono::steady_clock internally
Shawn Hoffman
2022-07-28
SavePNG: make sure to finalize image file
Shawn Hoffman
2022-07-25
replace libpng with libspng
Shawn Hoffman
2022-01-13
Cast to int for enums that are not formattable
Pokechu22
2022-01-09
Common/Assert: Switch to fmt
Pokechu22
2021-11-24
Fix saving RGBA images
Pokechu22
2021-11-24
Log libpng warnings and errors
Pokechu22
2021-11-18
Add option for setting the PNG zlib compression level
Pokechu22
2021-07-05
treewide: convert GPLv2+ license info to SPDX tags
Pierre Bourdon
2021-01-27
rename Common/File to Common/IOFile
Shawn Hoffman
2020-12-19
Merge pull request #9332 from leoetlino/warning-fixes
LC
2020-12-20
Common: Write PNGs in two steps to allow Unicode target paths.
Admiral H. Curtiss
2020-12-16
Core: Remove ImageWrite and get rid of -Wmissing-declarations warnings
Léo Lam
2020-11-26
Common: Add SavePNG() function that writes PNGs using the simplified libpng API.
Admiral H. Curtiss
2018-08-19
Fix critital buffer overflow in LoadPNG
JosJuice
2018-08-19
Use simplified libpng PNG reading API to avoid PNG reading bugs.
Admiral H. Curtiss
2018-05-20
Fix compatibility with versions of libpng older than 1.5
JosJuice
2018-05-20
VideoCommon: Replace SOIL with libpng for hires textures
Emmanuel Gil Peyrot