Tagged Questions

3
votes
1answer
3k views

QT QImage pixel manipulation problems

I'm currently in the process of writing a steganography application with QT. I am trying to hide my message bits in the least significant bit of the blue colour of the pixel From debugging I can ...