PNG codec does not support image with indexed color

Created by: matthiass2

Given the attached PNG image with indexed color, the bob codec can't read it when using bob 1.2.0:

image

import bob
img=bob.io.load('image.png')

The error message is: "RuntimeError: png codec does not support images with color spaces different than GRAY or RGB"