Changeset 1911 for trunk/system/libraries/Image.php
- Timestamp:
- 02/04/2008 10:13:16 AM (11 months ago)
- Files:
-
- 1 modified
-
trunk/system/libraries/Image.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/system/libraries/Image.php
r1884 r1911 3 3 * Manipulate images using standard methods such as resize, crop, rotate, etc. 4 4 * This class must be re-initialized for every image you wish to manipulate. 5 * 5 * 6 6 * $Id$ 7 7 * 8 8 * @package Image 9 9 * @author Kohana Team 10 * @copyright (c) 2007 Kohana Team10 * @copyright (c) 2007-2008 Kohana Team 11 11 * @license http://kohanaphp.com/license.html 12 12 */
