Skip to content

Rename misleading Lossless string

Daniel Novomeský requested to merge (removed):gimp-2-10 into gimp-2-10

The lossless option does not provide true lossless encoding yet, unfortunately.

We must rename the string to correctly inform users that the compression is not 100% lossless,

Technically the image gets converted from RGB to YUV420 format (which is lossy operation itself) and only afterwards the data are compressed lossless-ly.

Merge request reports