Changeset 9586 for temp/trunk
- Timestamp:
- 2006/11/30 10:44:42 (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
r9585 r9586 228 228 imagecopyresized($dst_im,$src_im, 0, 0, 0, 0, $re_size[0], $re_size[1], $size[0], $size[1]); 229 229 230 sfprintr(imagecolors total($src_im));230 sfprintr(imagecolorsforindex($src_im)); 231 231 232 232 imagetruecolortopalette($dst_im, true, imagecolorstotal($src_im));
Note: See TracChangeset
for help on using the changeset viewer.
