Changeset 9264 for temp/trunk/data
- Timestamp:
- 2006/11/28 10:06:54 (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
r9263 r9264 114 114 // °µ½ÌÀè²èÁü 115 115 $dst_im = imagecreatetruecolor($zip_width, $zip_height); 116 imagecopyresampled($dst_im, $src_im, 0, 0, 0,0, $zip_width, $zip_height, $from_w, $from_h); 117 116 //imagecopyresampled($dst_im, $src_im, 0, 0, 0,0, $zip_width, $zip_height, $from_w, $from_h); 117 imagecopyresized($dst_im, $src_im, 0, 0, 0, 0, $zip_width, $zip_height, $from_w, $from_h); 118 118 119 // ²èÁü½ÐÎÏ 119 120 if($header){
Note: See TracChangeset
for help on using the changeset viewer.
