Changeset 1408 in ExiteCMS for branches/PLi-Fusion/includes/photo_functions_include.php
- Timestamp:
- 05/15/08 22:25:54 (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/PLi-Fusion/includes/photo_functions_include.php
r863 r1408 18 18 19 19 global $settings; 20 20 21 // give this process plenty of memory to handle large images 22 ini_set('memory_limit', '64M'); 23 21 24 if ($filetype == 1) { $origimage = imagecreatefromgif($origfile); } 22 25 elseif ($filetype == 2) { $origimage = imagecreatefromjpeg($origfile); }
Note: See TracChangeset
for help on using the changeset viewer.
