PHP 画像 サムネール作成
phpspot開発日誌
PHPで画像のサムネイルを超簡単に作る方法
phpThumbnailer
http://phpspot.org/blog/archives/2007/02/phpphpthumbnail.html
<?php
include("class.Thumbnai
$tn_image = new Thumbnail("sample.jpg", 300, 300, 0);
$tn_image->show();
?>
phpspot開発日誌
PHPで画像のサムネイルを超簡単に作る方法
phpThumbnailer
http://phpspot.org/blog/archives/2007/02/phpphpthumbnail.html
<?php
include("class.Thumbnai
$tn_image = new Thumbnail("sample.jpg", 300, 300, 0);
$tn_image->show();
?>
http://blog.drikin.com/article/89367466.htmlちょっと勉強用
http://blog.webcreativepark.net/2008/02/06-221054.html
PHPで動的にサムネールを作成し出力
クリック後の動きをハックすればおもしろい。