module Image: sig
.. end
Module for managing images.
val scaleTo : int * int -> GdkPixbuf.pixbuf -> GdkPixbuf.pixbuf
Scale the given image at the given size (width,height).
Returns a new image
val zoom : float -> GdkPixbuf.pixbuf -> GdkPixbuf.pixbuf
Make a zoom of the given image with the given factor (>1 => zoom IN, <1 => zoom OUT).
Returns a new image
val inch_of_pixels : ?ppi:float -> int -> float
The pixels to inch conversion: ppi stands for pixel-per-inch