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

blank

File:
1 edited

Legend:

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

    r9266 r9267  
    9696                    // °µ½ÌÀè²èÁü 
    9797                    $dst_im = imagecreatetruecolor($zip_width, $zip_height);     
    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); 
     98                    imagecopyresampled($dst_im, $src_im, 0, 0, 0, 0, $zip_width, $zip_height, $from_w, $from_h); 
    10099                     
    101100                    // ²èÁü½ÐÎÏ 
Note: See TracChangeset for help on using the changeset viewer.