Source for file ImageMode.php
Documentation is available at ImageMode.php
* Description: Displays characteristics for an Image
* @copyright (c) 1995-2010 by Steema Software SL. All Rights Reserved. <info@steema.com>
* @link http://www.steema.com
public static $NORMAL = 0;
* Stretch to bounding area dimensions
public static $STRETCH = 1;
* Repeat Tile small image over larger bounding area
* Place unmodified image at Center of bounding area
public static $CENTER = 3;
|