Index: /temp/branches/mobile/data/include/image_converter.inc
===================================================================
--- /temp/branches/mobile/data/include/image_converter.inc	(revision 11441)
+++ /temp/branches/mobile/data/include/image_converter.inc	(revision 11442)
@@ -32,5 +32,5 @@
         $outputImageName  = base64_encode($inputImagePath . '_' . $this->outputImageWidth . '_' . $filestat['mtime']) . '.' . $this->outputImageType;
         $outputImagePath  = $this->outputImageDir . '/' . $outputImageName;
-$fp = fopen('/tmp/rebelt', 'a'); fwrite($fp, "type=".$inputImagePath."\n"); fclose($fp);
+$fp = fopen('/tmp/rebelt', 'a'); fwrite($fp, "*".$imagesize[0]."\n"); fclose($fp);
         // ÊÑ´¹¸å¤Î²èÁü¤Î¹â¤µ¤¬»ØÄê¤µ¤ì¤Æ¤¤¤Ê¤¤¾ì¹ç¡¢ÊÑ´¹¸å¤Î²èÁü¤Î²£Éý¤«¤éµá¤á¤ë
         if (is_null($this->outputImageHeight)) {
