Changeset 9599 for temp/trunk/data/lib/gdthumb.php
- Timestamp:
- 2006/11/30 11:03:01 (20 years ago)
- File:
-
- 1 edited
-
temp/trunk/data/lib/gdthumb.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
temp/trunk/data/lib/gdthumb.php
r9598 r9599 117 117 $imagecreate = function_exists("imagecreatetruecolor") ? "imagecreatetruecolor" : "imagecreate"; 118 118 $imageresize = function_exists("imagecopyresampled") ? "imagecopyresampled" : "imagecopyresized"; 119 sfprintr(imagecolorstotal(image CreateFromGIF($path)));119 sfprintr(imagecolorstotal(imagecreatefromgif($path))); 120 120 121 121 switch($size[2]) {
Note: See TracChangeset
for help on using the changeset viewer.
