package camlimages

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

Source file oPng.ml

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
(***********************************************************************)
(*                                                                     *)
(*                           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: oPng.ml,v 1.1 2007/01/18 10:29:57 rousse Exp $ *)

let load_as_rgb24 name opts = OImages.make (Png.load_as_rgb24 name opts)

let load name opts = OImages.make (Png.load name opts)

let save name opts image = Png.save name opts image#image
OCaml

Innovation. Community. Security.