Changeset 9264 for temp/trunk/data


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

blank

File:
1 edited

Legend:

Unmodified
Added
Removed
  • temp/trunk/data/class/SC_Image.php

    r9263 r9264  
    114114                    // °µ½ÌÀè²èÁü 
    115115                    $dst_im = imagecreatetruecolor($zip_width, $zip_height);     
    116                     imagecopyresampled($dst_im, $src_im, 0, 0, 0,0, $zip_width, $zip_height, $from_w, $from_h); 
    117                      
     116                    //imagecopyresampled($dst_im, $src_im, 0, 0, 0,0, $zip_width, $zip_height, $from_w, $from_h); 
     117                    imagecopyresized($dst_im, $src_im, 0, 0, 0, 0, $zip_width, $zip_height, $from_w, $from_h); 
     118 
    118119                    // ²èÁü½ÐÎÏ 
    119120                    if($header){ 
Note: See TracChangeset for help on using the changeset viewer.