package camlimages

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Source file oXpm.ml

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
(***********************************************************************)
(*                                                                     *)
(*                           Objective Caml                            *)
(*                                                                     *)
(*            Jun Furuse, projet Cristal, INRIA Rocquencourt           *)
(*                                                                     *)
(*  Copyright 1999-2004,                                               *)
(*  Institut National de Recherche en Informatique et en Automatique.  *)
(*  Distributed only by permission.                                    *)
(*                                                                     *)
(***********************************************************************)

(* $Id: oXpm.ml,v 1.1 2007/01/18 10:29:57 rousse Exp $ *)

let load name opts = OImages.make (Xpm.load name opts)
OCaml

Innovation. Community. Security.