[ Index ] |
|
Code source de vtiger CRM 5.0.2 |
[Code source] [Imprimer] [Statistiques]
Image_Canvas Canvas class to handle JPEG format.
Author: | Jesper Veggerby <pear.nosey@veggerby.dk> |
Copyright: | Copyright (C) 2003, 2004 Jesper Veggerby Hansen |
License: | http://www.gnu.org/copyleft/lesser.html LGPL License 2.1 |
Version: | CVS: $Id: JPG.php,v 1.2 2005/08/24 20:37:34 nosey Exp $ |
Poids: | 119 lignes (4 kb) |
Inclus ou requis: | 0 fois |
Référencé: | 0 fois |
Nécessite: | 1 fichier Image/Canvas/GD.php |
Image_Canvas_GD_JPG:: (3 méthodes):
Image_Canvas_GD_JPG()
show()
save()
Classe: Image_Canvas_GD_JPG - X-Ref
JPEG Canvas class.Image_Canvas_GD_JPG($param) X-Ref |
Create the JPEG canvas Additional parameters other than those available for common {@link Image_Graph_Canvas_GD} class are: 'quality' The JPEG quality in as a percentage value from 0 (lowest quality, smallest file) to 100 (highest quality, biggest file) param: array $param Parameter array |
show($param = false) X-Ref |
Output the result of the canvas param: array $param Parameter array |
save($param = false) X-Ref |
Output the result of the canvas param: array $param Parameter array |
Généré le : Sun Feb 25 10:22:19 2007 | par Balluche grâce à PHPXref 0.7 |