graphics tools

トップ ページ
添付ファイル:
Eメールのメッセージ
+ (text/plain)
このメッセージを削除
このメッセージに返信
著者: John (EBo) David
日付:  
題目: graphics tools
"David P. Schwartz" wrote:
>
> I need a standard tool that will take an arbitrary image file (probably a
> GIF, JPG, or TIF) and scale it to a fixed size (eg., 150x200 pixels) and
> color depth (eg., 24 bits) from a php script. Any suggestions? In case it
> matters, we're running php4 on a Debian 2.2 distro.


ImageMagic has a number of programs that will do such things and can be
called from scripts... If you want pure php though there are other
solutions...

EBo --