_gtkPixbufNewFile

Create a resource from a image file.

Crée une ressource image depuis un fichier.

Type :

fun [Chn P] ObjGtkPixbuf

_channel_ : Chn : any channel.

_file_ : P : an image file (read only reference). All supported formats by GTK+ are accepted.

Return : ObjGtkPixbuf : the new resource or nil if error.

Back