Changeset 9263 for temp/trunk/data/class


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

blank

File:
1 edited

Legend:

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

    r9207 r9263  
    7171        } 
    7272         
    73  
    74  
    7573        // °µ½ÌΨ»ØÄê 
    7674        $zip_width = $from_w * $scale; 
     
    9896                    // °µ½ÌÀè²èÁü 
    9997                    $dst_im = imagecreatetruecolor($zip_width, $zip_height);     
    100                     imagecopyresampled($dst_im, $src_im, 0, 0, 0,0, $zip_width, $zip_height, $from_w, $from_h); 
     98                    //imagecopyresampled($dst_im, $src_im, 0, 0, 0, 0, $zip_width, $zip_height, $from_w, $from_h); 
     99                    imagecopyresized($dst_im, $src_im, 0, 0, 0, 0, $zip_width, $zip_height, $from_w, $from_h); 
    101100                     
    102101                    // ²èÁü½ÐÎÏ 
Note: See TracChangeset for help on using the changeset viewer.