Remix.run Logo
edflsafoiewq 3 hours ago

Being lossless is a function of the whole pipeline from an input image to an output image. The last step being encode to PNG doesn't guarantee anything about losslessness.

xigoi 3 hours ago | parent [-]

Lossless means that the file encodes the exact same information that was given to the encoder. This is a property of the format.

ZeroGravitas 2 hours ago | parent [-]

Yes but people add pre-preprocessor steps to image formats, like blurring jpegs or lowering bit depth in PNGs to make them more compressible.