legacy-imlib2/src
NRK 4f928f53a7 WEBP saver: allow lossless and respect compression tag
this treats quality == 100 as lossless similar to some other savers.

in case of lossless encoding, compression is derived from "quality" if
compression_tag was not set. in case of lossy encoding, the default is
used when compression_tag isn't set.

additionally, this fixes a bug in the older saver where fwrite might
have been called with a null fdata (which is UB) in case of an error.
2023-05-12 16:21:35 +02:00
..
bin imlib2_view: Avoid potential use of uninitialized data 2023-05-06 20:59:03 +02:00
lib Introduce __imlib_perror() to produce error messages 2023-05-08 18:52:57 +02:00
modules WEBP saver: allow lossless and respect compression tag 2023-05-12 16:21:35 +02:00
Makefile.am Only set MAINTAINERCLEANFILES in top-level Makefile.am 2021-11-29 17:37:20 +01:00