Changeset 9098
- Timestamp:
- 2006/11/27 11:19:26 (20 years ago)
- Location:
- temp/trunk
- Files:
-
- 2 edited
-
data/class/SC_Image.php (modified) (1 diff)
-
html/test/kakinaka/resize_image.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
temp/trunk/data/class/SC_Image.php
r9096 r9098 95 95 ImagePNG($dst_im, $path); 96 96 break; 97 case "bmp": 98 ImageBMP($dst_im, $path); 99 break; 97 100 case "default": 98 101 print("³ÈÄ¥»Ò¤¬ÉÔÀµ¤Ç¤¹¡£"); -
temp/trunk/html/test/kakinaka/resize_image.php
r9097 r9098 7 7 8 8 9 $file = IMAGE_TEMP_DIR . "kaki. png";9 $file = IMAGE_TEMP_DIR . "kaki.bmp"; 10 10 11 11 sfprintr(pathinfo($file));
Note: See TracChangeset
for help on using the changeset viewer.
