I'm able to read in a .jpg, alter pixel values, and save it again, as a .jpg, but the image gets compressed when saved. So when I read it back in, the values are not what I set them at, because of the compression when being saved, and I need the bits, every one of them.
What I want is to be able to change individual bits inside pixels and save those changes, so that I can read the bit values back in. This works fine with bitmaps, but with jpeg's, is it even possible???
What I want is to be able to change individual bits inside pixels and save those changes, so that I can read the bit values back in. This works fine with bitmaps, but with jpeg's, is it even possible???
Comment