1. Home
  2. Web
  3. チカッパブログのモブログ機能

チカッパブログのモブログ機能

ブログディレクトリ/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');

このページの先頭へ

関連のあるエントリー

ブックマーク

このエントリをはてなブックマークに追加このエントリをdel.icio.usに追加このエントリをLivedoor Clipに追加このエントリをYahoo!ブックマークに追加このエントリをFC2ブックマークに追加このエントリをNifty Clipに追加このエントリをPOOKMARK. Airlinesに追加このエントリをBuzzurl(バザール)に追加このエントリをChoixに追加このエントリをnewsingに追加

コメント(0)

コメントフォーム

トラックバック(0)

この記事のトラックバックURL
http://2inc.org/web/125.html/trackback

このページの先頭へ