Currently I am learning python and I'd like to get a little bit more into Data Compression. So I decided to try to code Run-Length Encoding(RLE).
From what I've read it can be useful when you try to compress pictures.
I would like to know what would be the easiest image-file-type for a beginner? How can I read out pixel RGB values or similar from a picture with python?