Add a PixelStorageSettings class that can be used to read pixels from a byte[]/stream/file.
Comments: ** Comment from web user: dlemstra **
Comments: ** Comment from web user: dlemstra **
ImageMagick is expecting values to be normalized [0..1]. The first 4 bytes of your image are 0x00FF7F47. How should this be reordered to get a value between 0 and 1?