sig
  type colormodel = Gray | RGB | Index | GrayA | RGBA
  type info =
      Info_DPI of float
    | Info_BigEndian
    | Info_LittleEndian
    | Info_ColorModel of Info.colormodel
    | Info_Depth of int
    | Info_Corrupted
end