Changeset 11438


Ignore:
Timestamp:
2007/02/17 00:09:28 (17 years ago)
Author:
rebelt
Message:

テスト

File:
1 edited

Legend:

Unmodified
Added
Removed
  • temp/branches/mobile/data/include/image_converter.inc

    r11437 r11438  
    6161                    $tempImage = imagecreatefromwbmp($inputImagePath); 
    6262                    break; 
    63             }$fp = fopen('/tmp/rebelt', 'a'); fwrite($fp, "ok!!!\n"); fclose($fp); 
     63            } 
    6464 
    6565            if (!$tempImage) { 
    6666                return false; 
    6767            } 
    68  
     68$fp = fopen('/tmp/rebelt', 'a'); fwrite($fp, "ok?\n"); fclose($fp); 
    6969            // ¶õ¥Õ¥¡¥¤¥ëºîÀ® 
    7070            $outputImage = ImageCreateTruecolor($this->outputImageWidth, $this->outputImageHeight); 
Note: See TracChangeset for help on using the changeset viewer.