GD ライブラリ -> 画像のリサイズ

Posted by muchag | Library & PlugIn & AddIn,PHP |
初回投稿:2011-12-05 (月) 19:36:25 | 最終更新:2011-12-05 (月) 19:36:25

GD ライブラリにて画像のリサイズを行う手法。

imagecopyresampled

下の imagecopyresized に比べて良品質。

bool imagecopyresampled ( resource $dst_image , resource $src_image , int $dst_x , int $dst_y , int $src_x , int $src_y , int $dst_w , int $dst_h , int $src_w , int $src_h )
再サンプリングを行いイメージの一部をコピー、伸縮する

PHP Manual:imagecopyresampled

 

imagecopyresized

bool imagecopyresized ( resource $dst_image , resource $src_image , int $dst_x , int $dst_y , int $src_x , int $src_y , int $dst_w , int $dst_h , int $src_w , int $src_h )
画像の一部をコピーしサイズを変更する

PHP Manual:imagecopyresized

Posted by muchag | Library & PlugIn & AddIn,PHP |
初回投稿:2011-12-05 (月) 19:36:25 | 最終更新:2011-12-05 (月) 19:36:25

コメントはまだありません »

No comments yet.

RSS feed for comments on this post. TrackBack URI

Leave a comment