Changeset 9098 for temp/trunk/data


Ignore:
Timestamp:
2006/11/27 11:19:26 (20 years ago)
Author:
kakinaka
Message:

blank

File:
1 edited

Legend:

Unmodified
Added
Removed
  • temp/trunk/data/class/SC_Image.php

    r9096 r9098  
    9595                    ImagePNG($dst_im, $path); 
    9696                    break; 
     97                case "bmp": 
     98                    ImageBMP($dst_im, $path); 
     99                    break; 
    97100                case "default": 
    98101                    print("³ÈÄ¥»Ò¤¬ÉÔÀµ¤Ç¤¹¡£"); 
Note: See TracChangeset for help on using the changeset viewer.