object
  method blit :
    int -> int -> OImages.cmyk32_class -> int -> int -> int -> int -> unit
  method blocks : int * int
  method coerce : oimage
  method destroy : unit
  method dump : bytes
  method dump_block : int -> int -> Bitmap.Block.t
  method get : int -> int -> Color.cmyk
  method height : int
  method image : Images.t
  method image_class : image_class
  method infos : Images.info list
  method resize :
    (float -> unit) option -> int -> int -> OImages.cmyk32_class
  method save :
    string -> Images.format option -> Images.save_option list -> unit
  method set : int -> int -> Color.cmyk -> unit
  method set_infos : Images.info list -> unit
  method sub : int -> int -> int -> int -> OImages.cmyk32_class
  method unsafe_access : int -> int -> bytes * int
  method unsafe_get : int -> int -> Color.cmyk
  method unsafe_set : int -> int -> Color.cmyk -> unit
  method width : int
end