ブログディレクトリ/api/class/JUGEM_RPC.php
で携帯投稿時の画像サイズが定義されている…?
if (!$this->outImage($tmp_path, $path)) return new XML_RPC_Response(0, 1, 'can\'t deal with an image');
if (!$this->resizeImage($tmp_path, $path_m, 200)) return new XML_RPC_Response(0, 1, 'can\'t deal with an image');
//if (!$this->resizeImage($tmp_path, $path_s, 100)) return new XML_RPC_Response(0, 1, 'can\'t deal with an image');
if (!$this->resizeImage($tmp_path, $path_s, 240)) return new XML_RPC_Response(0, 1, 'can\'t deal with an image');