Sophie

Sophie

distrib > Mageia > 4 > x86_64 > by-pkgid > 3a49c0839f9c5274b1b64868edf00e80 > files > 43

ocaml-cairo-devel-1.2.0.1-11.mga4.x86_64.rpm

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<link rel="stylesheet" href="style.css" type="text/css">
<meta content="text/html; charset=iso-8859-1" http-equiv="Content-Type">
<link rel="Start" href="index.html">
<link rel="previous" href="Cairo_bigarray.html">
<link rel="next" href="Cairo_pdf.html">
<link rel="Up" href="index.html">
<link title="Index of types" rel=Appendix href="index_types.html">
<link title="Index of exceptions" rel=Appendix href="index_exceptions.html">
<link title="Index of values" rel=Appendix href="index_values.html">
<link title="Index of modules" rel=Appendix href="index_modules.html">
<link title="Cairo" rel="Chapter" href="Cairo.html">
<link title="Cairo_bigarray" rel="Chapter" href="Cairo_bigarray.html">
<link title="Cairo_png" rel="Chapter" href="Cairo_png.html">
<link title="Cairo_pdf" rel="Chapter" href="Cairo_pdf.html">
<link title="Cairo_ps" rel="Chapter" href="Cairo_ps.html">
<link title="Cairo_ft" rel="Chapter" href="Cairo_ft.html">
<link title="Cairo_lablgtk" rel="Chapter" href="Cairo_lablgtk.html">
<link title="Pango_cairo" rel="Chapter" href="Pango_cairo.html"><title>Cairo-ocaml : Cairo_png</title>
</head>
<body>
<div class="navbar"><a class="pre" href="Cairo_bigarray.html" title="Cairo_bigarray">Previous</a>
&nbsp;<a class="up" href="index.html" title="Index">Up</a>
&nbsp;<a class="post" href="Cairo_pdf.html" title="Cairo_pdf">Next</a>
</div>
<h1>Module <a href="type_Cairo_png.html">Cairo_png</a></h1>

<pre><span class="keyword">module</span> Cairo_png: <code class="code">sig</code> <a href="Cairo_png.html">..</a> <code class="code">end</code></pre><div class="info module top">
PNG reading/writing functions<br>
</div>
<hr width="100%">

<pre><span id="VALimage_surface_create_from_channel"><span class="keyword">val</span> image_surface_create_from_channel</span> : <code class="type">Pervasives.in_channel -> <a href="Cairo.html#TYPEimage_surface">Cairo.image_surface</a></code></pre>
<pre><span id="VALimage_surface_create_from_file"><span class="keyword">val</span> image_surface_create_from_file</span> : <code class="type">string -> <a href="Cairo.html#TYPEimage_surface">Cairo.image_surface</a></code></pre>
<pre><span id="VALimage_surface_create_from_stream"><span class="keyword">val</span> image_surface_create_from_stream</span> : <code class="type">(string -> unit) -> <a href="Cairo.html#TYPEimage_surface">Cairo.image_surface</a></code></pre>
<pre><span id="VALsurface_write_to_channel"><span class="keyword">val</span> surface_write_to_channel</span> : <code class="type">[> `Any ] <a href="Cairo.html#TYPEsurface">Cairo.surface</a> -> Pervasives.out_channel -> unit</code></pre>
<pre><span id="VALsurface_write_to_file"><span class="keyword">val</span> surface_write_to_file</span> : <code class="type">[> `Any ] <a href="Cairo.html#TYPEsurface">Cairo.surface</a> -> string -> unit</code></pre>
<pre><span id="VALsurface_write_to_stream"><span class="keyword">val</span> surface_write_to_stream</span> : <code class="type">[> `Any ] <a href="Cairo.html#TYPEsurface">Cairo.surface</a> -> (string -> unit) -> unit</code></pre></body></html>