Changeset 9592 for temp/trunk/data
- Timestamp:
- 2006/11/30 10:51:49 (20 years ago)
- File:
-
- 1 edited
-
temp/trunk/data/lib/gdthumb.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
temp/trunk/data/lib/gdthumb.php
r9588 r9592 215 215 case "3": 216 216 217 $src_im = image createfrompng($path);217 $src_im = imageCreateFromPNG($path); 218 218 219 219 $colortransparent = imagecolortransparent($src_im); … … 230 230 sfprintr(imagecolorstotal ($src_im)); 231 231 232 imagetruecolortopalette($dst_im, true, 256);232 imagetruecolortopalette($dst_im, true, imagecolorstotal($src_im)); 233 233 } 234 234
Note: See TracChangeset
for help on using the changeset viewer.
