open file "logo.png" as "binary"
The binary I/O method allows reading and writing as binary data. The variants read and written will be binarys.
Reading something opened as binary without specifying a length will result in reading all the remaining data.