Kenji
kenji****@club*****
2007年 12月 19日 (水) 17:07:35 JST
Kenji です。 user_guide_ja/libraries/image_lib.html 現状 画像の合成は、GD/GD2 ライブラリを使用した場合のみ利用可能です。加えて、他のライブラリもサポートされていますが、画像のプロパティを処理するためにはGDが必要になります。しかし、画像の処理に関しては、指定したライブラリで処理できます。 修正案 画像の合成は、GD/GD2 ライブラリを使用した場合のみ利用可能です。加えて、他のライブラリを指定した場合でも、画像のプロパティを取得するためにはGDが必要になります。しかし、画像の処理に関しては、指定したライブラリだけで可能です。 原文 Watermarking is only available using the GD/GD2 library. In addition, even though other libraries are supported, GD is required in order for the script to calculate the image properties. The image processing, however, will be performed with the library you specify. // Kenji