Changeset 9267 for temp/trunk/data/class/SC_Image.php
- Timestamp:
- 2006/11/28 10:11:41 (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
r9266 r9267 96 96 // °µ½ÌÀè²èÁü 97 97 $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); 100 99 101 100 // ²èÁü½ÐÎÏ
Note: See TracChangeset
for help on using the changeset viewer.
