Changeset 9201 for temp/trunk/html/resize_image.php
- Timestamp:
- 2006/11/27 19:38:52 (20 years ago)
- File:
-
- 1 edited
-
temp/trunk/html/resize_image.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
temp/trunk/html/resize_image.php
r9200 r9201 12 12 header("Content-Type: image/gif"); 13 13 $image = ImageCreateFromGIF(NO_IMAGE_URL); 14 /*imagecopyresampled($dst_im, $src_im, 0, 0, 0,0, $zip_width, $zip_height, $from_w, $from_h);14 imagecopyresampled($dst_im, $src_im, 0, 0, 0,0, $zip_width, $zip_height, $from_w, $from_h); 15 15 Imagegif($image); 16 16 ImageDestroy($image); 17 */18 17 ImageGIF($image); 19 18 ImageDestroy($image);
Note: See TracChangeset
for help on using the changeset viewer.
