object
  method coerce : OImages.oimage
  method destroy : unit
  method dump : string
  method height : int
  method image : Images.t
  method image_class : OImages.image_class
  method infos : Images.info list
  method save :
    string -> Images.format option -> Images.save_option list -> unit
  method set_infos : Images.info list -> unit
  method width : int
end