question about PNG image format the lossless data compression -


if take simple bitmap ( image without compression ) , compress png format , extract original bitmap - same image ?

because first step of png compression pre-compression => filtering ( prediction current pixel according the pixel before ) on original bitmap - , mean after image not same if extract after compression.

png uses lossless compression, answer yes, same data after decompressing. filtering stuff not lose information, it’s preprocessing stage yield better compression ratios common sample patterns (like constant color lines or gradients).


Comments

Popular posts from this blog

c# - How to set Z index when using WPF DrawingContext? -

razor - Is this a bug in WebMatrix PageData? -

visual c++ - Using relative values in array sorting ( asm ) -