Changeset 2371 for trunk/system/libraries/Image.php
- Timestamp:
- 03/28/2008 01:09:50 PM (8 months ago)
- Files:
-
- 1 modified
-
trunk/system/libraries/Image.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/system/libraries/Image.php
r1911 r2371 42 42 43 43 /** 44 * Creates a new Image instance and returns it. 45 * 46 * @param string filename of image 47 * @param array non-default configurations 48 * @return object 49 */ 50 public static function factory($image, $config = NULL) 51 { 52 return new Image($image, $config); 53 } 54 55 /** 44 56 * Creates a new image editor instance. 45 57 *
