ぶろろぐ
気になったことを書き綴る。

PHP 画像 サムネール作成

3月 13th 2008 in Technical SIDE

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

?>


Trackback URL



required



required - won't be displayed


Your Comment:

Previous Entry

http://blog.webcreativepark.net/2008/02/06-221054.html

PHPで動的にサムネールを作成し出力
クリック後の動きをハックすればおもしろい。

Next Entry

カテゴリー