- Timestamp:
- 2006/11/28 10:07:21 (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
r9264 r9265 113 113 114 114 // °µ½ÌÀè²èÁü 115 $dst_im = imagecreatetruecolor($zip_width, $zip_height); 115 //$dst_im = imagecreatetruecolor($zip_width, $zip_height); 116 $dst_im = imageCreater($zip_width, $zip_height); 116 117 //imagecopyresampled($dst_im, $src_im, 0, 0, 0,0, $zip_width, $zip_height, $from_w, $from_h); 117 118 imagecopyresized($dst_im, $src_im, 0, 0, 0, 0, $zip_width, $zip_height, $from_w, $from_h);
Note: See TracChangeset
for help on using the changeset viewer.
