Source for file ImageTypes.php
Documentation is available at ImageTypes.php
* To be included by Driver __construct() method
* @author Philippe.Jausions @at@ 11abacus.com
$this->_supported_image_types = array (
// 'epi' => 'rw', // Requires Ghostscript
// 'eps' => 'rw', // Requires Ghostscript
// 'eps2' => 'w', // Requires Ghostscript
// 'eps3' => 'w', // Requires Ghostscript
// 'epsf' => 'rw', // Requires Ghostscript
// 'epsi' => 'rw', // Requires Ghostscript
// 'ept' => 'rw', // Requires Ghostscript
'pdf' => 'w', // Requires Ghostscript to read
// 'ps' => 'rw', // Requires Ghostscript
// 'ps2' => 'rw', // Requires Ghostscript
// 'ps3' => 'rw', // Requires Ghostscript
$this->_supported_image_types ['emf'] = 'r';
Documentation generated on Thu, 19 Apr 2007 13:30:12 -0400 by phpDocumentor 1.3.0. PEAR Logo Copyright © PHP Group 2004.
|