Changeset 9263 for temp/trunk/data/class
- Timestamp:
- 2006/11/28 10:06:25 (20 years ago)
- File:
-
- 1 edited
-
temp/trunk/data/class/SC_Image.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
temp/trunk/data/class/SC_Image.php
r9207 r9263 71 71 } 72 72 73 74 75 73 // °µ½ÌΨ»ØÄê 76 74 $zip_width = $from_w * $scale; … … 98 96 // °µ½ÌÀè²èÁü 99 97 $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); 101 100 102 101 // ²èÁü½ÐÎÏ
Note: See TracChangeset
for help on using the changeset viewer.
