Changeset 1159 for trunk/common/attachment.php
- Timestamp:
- 12/07/11 17:51:00 (6 months ago)
- File:
-
- 1 edited
-
trunk/common/attachment.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/common/attachment.php
r1155 r1159 178 178 $trans_col = imagecolortransparent($image); 179 179 imagepalettecopy($image_resized, $image); 180 imagefill($image_resized, 0, 0, $trans_col); 180 if ($trans_col != -1) { 181 imagefill($image_resized, 0, 0, $trans_col); 182 } 181 183 imagecolortransparent($image_resized, $trans_col); 182 184 imagecopyresampled($image_resized, $image, 0, 0, 0, 0,
Note: See TracChangeset
for help on using the changeset viewer.
![[infoarena] development](/chrome/site/logo.png)