Skip to content

Commit

Permalink
Make the highest compression level the default.
Browse files Browse the repository at this point in the history
  • Loading branch information
NagyD committed May 23, 2020
1 parent e57bf50 commit 2712ff3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/object/image/image16.c
Expand Up @@ -100,7 +100,7 @@ int pop2decompress(const unsigned char* input, int inputSize, int verify, unsign
| Compression Level Manager |
\***************************************************************/

int compressionLevel=3;
int compressionLevel=7;
int compressionHigher;

void setCompressionLevel(int cl) {
Expand Down

0 comments on commit 2712ff3

Please sign in to comment.