- Joined
- Jul 2, 2011
- Messages
- 2,161
Hello, it's the Infamous Lord Of Chaos
Ok That's titles out of the way, now lets address the problem.
I need a image file type that changes code when compressed and decompressed, so far I've found Jpg changes when opened and saved but not when compressed or decompressed. This is a programming question because I've heard there are ways of coding into images, but I'm not to interested in that part unless that is the way to change it's compressed bit code and decompressed code.
Thank you in advanced...
PS: I know it's possible because google says that it was a problem in the past where compressed and then decompressed images became corrupted over time, but no longer a problem. How do I make it a problem once again.
Begin!
Explanation:
Now, when an image is compressed it's bit code is rearranged to be more efficient and thus smaller. This only happens to a few image types, jpg being one of them. Therefore we can say that the bit code is now different. Hence what I want is a bit code that changes both when compressed and decompressed.

Ok That's titles out of the way, now lets address the problem.
I need a image file type that changes code when compressed and decompressed, so far I've found Jpg changes when opened and saved but not when compressed or decompressed. This is a programming question because I've heard there are ways of coding into images, but I'm not to interested in that part unless that is the way to change it's compressed bit code and decompressed code.
Thank you in advanced...

PS: I know it's possible because google says that it was a problem in the past where compressed and then decompressed images became corrupted over time, but no longer a problem. How do I make it a problem once again.
Begin!

Explanation:
An image is made from bit code that is read by it's respective file type manager.Your question makes no sense. Maybe you should rephrase it.
Now, when an image is compressed it's bit code is rearranged to be more efficient and thus smaller. This only happens to a few image types, jpg being one of them. Therefore we can say that the bit code is now different. Hence what I want is a bit code that changes both when compressed and decompressed.
Last edited: