Changeset 9091 for temp/trunk/data/class
- Timestamp:
- 2006/11/27 10:58:57 (20 years ago)
- File:
-
- 1 edited
-
temp/trunk/data/class/SC_Image.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
temp/trunk/data/class/SC_Image.php
r9090 r9091 64 64 $zip_height = $src_h * $zip_scale; 65 65 66 67 $src_im = ImageCreateFromJPEG($file);//¸µ²èÁü 68 66 69 // °µ½ÌÀè²èÁü 67 70 $dst_im = imagecreatetruecolor($zip_width, $zip_height); 68 imagecopyresampled($dst_im, $ file, 0, 0, 0,0, $zip_width, $zip_height, $src_w, $src_h);71 imagecopyresampled($dst_im, $src_im, 0, 0, 0,0, $zip_width, $zip_height, $src_w, $src_h); 69 72 70 73 // ²èÁü½ÐÎÏ
Note: See TracChangeset
for help on using the changeset viewer.
