Ignore:
Timestamp:
05/15/08 22:25:54 (4 years ago)
Author:
hverton
Message:

Merged trunk revisions 1342:1407 into the PLi-Fusion branch

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/PLi-Fusion/includes/photo_functions_include.php

    r863 r1408  
    1818     
    1919    global $settings; 
    20      
     20 
     21    // give this process plenty of memory to handle large images 
     22    ini_set('memory_limit', '64M'); 
     23         
    2124    if ($filetype == 1) { $origimage = imagecreatefromgif($origfile); } 
    2225    elseif ($filetype == 2) { $origimage = imagecreatefromjpeg($origfile); } 
Note: See TracChangeset for help on using the changeset viewer.