Gen-X-Design | Ian Selby 実PHP Thumbnailer Class A PHP Class for manipulating images. It features the ability to scale by percentage, width, height, and to create a square crop of an image. PHPで画像サムネイルを作成する便利クラス『PHP Thumbnailer』。 PHPではイメージ関数が用意されていますが、画像をいざ縮小するってなると結構厄介だったりします。 このクラスの提供するメソッドを使うことで画像のリサイズ・切抜きが簡単に出来ます。 このクラスを使ったサンプルソース <?php include('thumbnail.inc.php'); $thumb = new Thumbnail; $thu