Sfml.image_path ->
object
  method bind : unit
  method createMaskFromColor : Sfml.color -> int -> unit
  method getHeight : int
  method getPixel : int -> int -> Sfml.color
  method getPixelTab : int array
  method getPoint : Sfml.pointer
  method getWidth : int
  method isSmooth : bool
  method resize : int -> int -> Sfml.color -> unit
  method saveToFile : string -> bool
  method setPixel : int -> int -> Sfml.color -> unit
  method setSmooth : bool -> unit
end