issues
search
dogo
/
oslib
OldSchool Library (OSLib), a 2D graphics library for the PSP.
http://dogo.github.io/oslib/
GNU General Public License v2.0
45
stars
11
forks
source link
Refactor oslWriteImageFilePNG
#70
Closed
dogo
closed
1 month ago
dogo
commented
1 month ago
Refactored oslWriteImageFilePNG function for better readability, error handling, and memory management.
Added proper resource cleanup in case of errors.
Improved pixel format handling with a clearer switch-case structure.
Enhanced error reporting with informative messages during file operations and memory allocation.