1
0
mirror of https://codeberg.org/vyivel/dulcepan/ synced 2025-12-23 02:06:48 +02:00

implement png compression levels

This commit is contained in:
psykose
2024-06-19 20:07:06 +02:00
committed by Kirill Primak
parent 3f7609a5d3
commit 7652fb16bd
4 changed files with 15 additions and 2 deletions

View File

@@ -105,6 +105,7 @@ struct dp_config {
pixman_color_t selected_color;
pixman_color_t border_color;
int border_size; // 0 if disabled
int png_compression;
bool quick_select;
};