Source for file image.php
Documentation is available at image.php
* @package Joomla.Platform
* @copyright Copyright (C) 2005 - 2013 Open Source Matters, Inc. All rights reserved.
* @license GNU General Public License version 2 or later; see LICENSE
* DocumentImage class, provides an easy interface to output image data
* @package Joomla.Platform
* @param array $options Associative array of options
$this->_mime =
'image/png';
* @param boolean $cache If true, cache the output
* @param array $params Associative array of attributes
* @return The rendered data
public function render($cache =
false, $params =
array())
$this->_mime =
'image/jpeg';
$this->_mime =
'image/gif';
$this->_mime =
'image/png';
Documentation generated on Tue, 19 Nov 2013 15:05:13 +0100 by phpDocumentor 1.4.3