What I would like to do is read
a raw Image in decimal (8 bits, so value 0 - 255)
The code below is something I have started. When I tested it prints out numbers, letters, and ! ? etc.
I understand I am using char, but I should be getting just numbers.
If I do int it prints -858993460 sixteen times.
Am I missing something or am I using the wrong file opener?