Changeset 9617 for temp/trunk/data/lib
- Timestamp:
- 2006/11/30 11:31:40 (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
r9616 r9617 230 230 (imagecolorstotal($src_im) == 0) ? $colortotal = 65536 : $colortotal = imagecolorstotal($src_im); 231 231 232 imagetruecolortopalette($dst_im, false, $colortotal);232 imagetruecolortopalette($dst_im, true, $colortotal); 233 233 } 234 234
Note: See TracChangeset
for help on using the changeset viewer.
