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();
?>