Changeset 11442


Ignore:
Timestamp:
2007/02/17 00:12:06 (19 years ago)
Author:
rebelt
Message:

テスト

File:
1 edited

Legend:

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

    r11441 r11442  
    3232        $outputImageName  = base64_encode($inputImagePath . '_' . $this->outputImageWidth . '_' . $filestat['mtime']) . '.' . $this->outputImageType; 
    3333        $outputImagePath  = $this->outputImageDir . '/' . $outputImageName; 
    34 $fp = fopen('/tmp/rebelt', 'a'); fwrite($fp, "type=".$inputImagePath."\n"); fclose($fp); 
     34$fp = fopen('/tmp/rebelt', 'a'); fwrite($fp, "*".$imagesize[0]."\n"); fclose($fp); 
    3535        // ÊÑ´¹¸å¤Î²èÁü¤Î¹â¤µ¤¬»ØÄꤵ¤ì¤Æ¤¤¤Ê¤¤¾ì¹ç¡¢ÊÑ´¹¸å¤Î²èÁü¤Î²£Éý¤«¤éµá¤á¤ë 
    3636        if (is_null($this->outputImageHeight)) { 
Note: See TracChangeset for help on using the changeset viewer.