mirror of
https://github.com/libretro/RetroArch
synced 2025-01-01 12:11:47 +00:00
Lower compression rate of screens.
Big screenshots take a very long time to compress with 9.
This commit is contained in:
parent
c55f71c49d
commit
67c343c290
@ -60,7 +60,7 @@ static bool write_header_png(FILE *file, unsigned width, unsigned height)
|
||||
PNG_COMPRESSION_TYPE_DEFAULT, PNG_FILTER_TYPE_DEFAULT);
|
||||
|
||||
png_write_info(png_ptr, png_info_ptr);
|
||||
png_set_compression_level(png_ptr, 9);
|
||||
png_set_compression_level(png_ptr, 2);
|
||||
|
||||
return true;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user