Changeset 9594 for temp/trunk/data
- Timestamp:
- 2006/11/30 10:58:35 (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
r9592 r9594 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(imagecolorstotal ($src_im));231 232 imagetruecolortopalette($dst_im, true, imagecolorstotal($src_im));230 sfprintr(imagecolorstotal($dst_im)); 231 232 imagetruecolortopalette($dst_im, false, imagecolorstotal($src_im)); 233 233 } 234 234
Note: See TracChangeset
for help on using the changeset viewer.
