PHP 画像 サムネール作成

phpspot開発日誌
PHPで画像のサムネイルを超簡単に作る方法

phpThumbnailer
http://phpspot.org/blog/archives/2007/02/phpphpthumbnail.html

<?php

include("class.Thumbnail.php");
$tn_image = new Thumbnail("sample.jpg"3003000);
$tn_image->show();

?>

コメントを残す

メールアドレスが公開されることはありません。 * が付いている欄は必須項目です

*

次のHTML タグと属性が使えます: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>