Changeset 9275 for temp/trunk/data


Ignore:
Timestamp:
2006/11/28 10:56:36 (20 years ago)
Author:
kakinaka
Message:

blank

File:
1 edited

Legend:

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

    r9271 r9275  
    130130                     
    131131                    $dst_im = imagecreate($re_size[0], $re_size[1]); 
    132                     if (0 <= $transparent && $transparent < $colorstotal) { 
     132/*                  if (0 <= $transparent && $transparent < $colorstotal) { 
    133133                        imagepalettecopy ($dst_im, $src_im); 
    134134                        imagefill ($dst_im, 0, 0, $transparent); 
    135135                        imagecolortransparent ($dst_im, $transparent); 
    136136                    } 
    137                     $imageresize($dst_im, $src_im, 0, 0, 0, 0, $re_size[0], $re_size[1], $size[0], $size[1]); 
    138                                      
     137*/                      $imageresize($dst_im, $src_im, 0, 0, 0, 0, $re_size[0], $re_size[1], $size[0], $size[1]); 
     138 
    139139                    if(function_exists("imagegif")) { 
    140140                        $dst_file = $dst_file . ".gif"; 
Note: See TracChangeset for help on using the changeset viewer.