|
|
|
|
|
by AlienRobot
160 days ago
|
|
Honestly, I don't like how webp and now jpegxl support both a lossless and lossy mode. Let's say you want to store images lossless. This means you won't tolerate loss of data. Which means you don't want to risk it by using a codec that will compress the image lossy if you forget to enable a setting. With PNG there is no way to accidentally make it lossy, which feels a lot safer for cases you want lossless compression. |
|
If you want a robust lossless workflow, PNG isn't the answer. Automating the fiddly parts and validating that the automation does what you want is the answer.