Changeset 9128 for temp/trunk/data/class


Ignore:
Timestamp:
2006/11/27 13:05:45 (20 years ago)
Author:
kakinaka
Message:

blank

File:
1 edited

Legend:

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

    r9127 r9128  
    8686                    $dst_im = imagecreatetruecolor($zip_width, $zip_height);     
    8787                    imagecopyresampled($dst_im, $src_im, 0, 0, 0,0, $zip_width, $zip_height, $src_w, $src_h); 
    88                      
    8988                    ImageJPEG($dst_im, $path); 
    9089                    break; 
     
    9695                    $dst_im = imagecreatetruecolor($zip_width, $zip_height);     
    9796                    imagecopyresampled($dst_im, $src_im, 0, 0, 0,0, $zip_width, $zip_height, $src_w, $src_h); 
    98                      
    9997                    ImageGIF($dst_im, $path); 
    10098                    break; 
     
    106104                    $dst_im = imagecreatetruecolor($zip_width, $zip_height);     
    107105                    imagecopyresampled($dst_im, $src_im, 0, 0, 0,0, $zip_width, $zip_height, $src_w, $src_h); 
    108                      
    109106                    ImagePNG($dst_im, $path); 
    110107                    break; 
Note: See TracChangeset for help on using the changeset viewer.