Changeset 9267 for temp


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

blank

Location:
temp/trunk/data/class
Files:
2 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                    // ²èÁü½ÐÎÏ 
  • temp/trunk/data/class/SC_UploadFile.php

    r9261 r9267  
    304304        $objImage = new SC_Image($filepath); 
    305305         
    306         $path = $objImage->saveResizeImage($filepath, $to_w, $to_h); 
     306        $path = $this->makeThumb($filepath, $to_w, $to_h); 
     307         
     308        //$path = $objImage->saveResizeImage($filepath, $to_w, $to_h); 
    307309         
    308310        // ¥Õ¥¡¥¤¥ë̾¤À¤±ÊÖ¤¹ 
Note: See TracChangeset for help on using the changeset viewer.