Changeset 9594 for temp/trunk/data


Ignore:
Timestamp:
2006/11/30 10:58:35 (20 years ago)
Author:
kakinaka
Message:

blank

File:
1 edited

Legend:

Unmodified
Added
Removed
  • temp/trunk/data/lib/gdthumb.php

    r9592 r9594  
    228228                    imagecopyresized($dst_im,$src_im, 0, 0, 0, 0, $re_size[0], $re_size[1], $size[0], $size[1]); 
    229229                     
    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)); 
    233233                } 
    234234                 
Note: See TracChangeset for help on using the changeset viewer.