Sophie

Sophie

distrib > Mageia > 4 > x86_64 > by-pkgid > f800694edefe91adea2624f711a41a2d > files > 8595

php-manual-en-5.5.7-1.mga4.noarch.rpm

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
 <head>
  <meta http-equiv="content-type" content="text/html; charset=UTF-8">
  <title>Introduction</title>

 </head>
 <body><div class="manualnavbar" style="text-align: center;">
 <div class="prev" style="text-align: left; float: left;"><a href="book.cairo.html">Cairo</a></div>
 <div class="next" style="text-align: right; float: right;"><a href="cairo.setup.html">Installing/Configuring</a></div>
 <div class="up"><a href="book.cairo.html">Cairo</a></div>
 <div class="home"><a href="index.html">PHP Manual</a></div>
</div><hr /><div id="intro.cairo" class="preface">
  <h1 class="title">Introduction</h1>
  <p class="para">
   Cairo is a native PHP extension to create and modify graphics using the Cairo
   Graphics Library.
  </p>
  <p class="para">
    The Cairo Graphics Library is a 2D library written in C with support for
    multiple output devices. Currently supported output targets include the X
    Window System, Quartz, Win32, image buffers, PostScript, PDF, and SVG file
    output. Experimental backends include OpenGL (through glitz), XCB, BeOS,
    OS/2, and DirectFB. The library also has support for two types of text
    manipulation and layout. The &quot;toy&quot; API provides demo quality support, and
    the glyphs API, although full-featured, works best with a helper library
    such as pango.  Font backend support includes FreeType, Quartz, Win32, and
    User fonts.
  </p>
  <p class="para">
   There are two types of computer graphics, vector and raster. Raster graphics
   are the representation of images as an array of pixels. Vector graphics use
   geometrical primitives such as points, lines, curves or polygons to represent
   images. The primitives are created using mathematical equations. The Cairo
   Graphics Library takes a vector approach to graphics, allowing smaller size,
   infinite zooming, and moving, scaling and rotating without degrading image
   quality.
  </p>
  <p class="para">
   Operations in the cairo graphics library including stroking and filling cubic
   Bézier splines, transforming and compositing translucent images, and
   antialiased text rendering. All drawing operations can be transformed by any
   affine transformation (scale, rotation, shear, and others) This is very
   similiar to drawing operations for PostScript and PDF drawing.
  </p>
  <p class="para">
    The Cairo PHP Extension aims to provide support for all officially supported
    font backends and surface backends, as well as expose all available
    functionality in cairo to PHP users.
  </p>


 </div><hr /><div class="manualnavbar" style="text-align: center;">
 <div class="prev" style="text-align: left; float: left;"><a href="book.cairo.html">Cairo</a></div>
 <div class="next" style="text-align: right; float: right;"><a href="cairo.setup.html">Installing/Configuring</a></div>
 <div class="up"><a href="book.cairo.html">Cairo</a></div>
 <div class="home"><a href="index.html">PHP Manual</a></div>
</div></body></html>