example's just a 26 bytes, decompresses to 32 fine. However, recompressing it back gives result different from original one and decompressing it once more loses 6 bytes.
Am I just monumentally retarded and missed something obvious or is it just the intended behavior by design? Thanks in advance for explanation.
And yes it's perfectly normal that different implementations of a compression algorithm or different settings produce different compressed results, it's a boring problem which is well known by the users who use the reimporting method with an untouched file to reimport occupies more bytes than the original one even if it's the same.
Thank you a lot! I bet in documentation there's a a good chunky reminder about how to avoid this kind of amateur mistakes, heh. Should've read it more thoroughly before asking...