MagickWand[edit]

Install[edit]

PHP のソースを展開[edit]
 
ImageMagick のインストール[edit]
# wget www.imagemagick.org/download/releases/ImageMagick-6.8.5-10.tar.xz
# xzcat ImageMagick-6.8.5-10.tar.xz |tar xfv -
# cd ImageMagick-6.8.5-10
# ./configure
# make
# make install
 
MagickWand のインストール[edit]
# wget www.magickwand.org/download/php/MagickWandForPHP-1.0.9-2.tar.bz2
# bzcat MagickWandForPHP-1.0.9-2.tar.bz2 |tar xfv -
# mv MagickWandForPHP-1.0.9 (PHPのソースディレクトリ)/ext/magickwand
# cd (PHPのソースディレクトリ)/ext/magickwand
# phpize
# cd ../..
# mv configure configure-
# ./buildconf --force
# ./configure --with-mysql=/usr/local/mysql --with-mysqli=/usr/local/mysql/bin/mysql_config --with-pdo-mysql=/usr/local/mysql --with-apxs2=/usr/sbin/apxs --with-openssl --with-zlib=/usr --enable-mbstring --with-iconv --enable-intl --enable-zip --enable-soap --enable-pcntl --enable-sockets --with-curl --with-xmlrpc --with-gd --with-jpeg-dir --with-png-dir --enable-opcache --enable-soap --with-gd --with-freetype-dir=/usr  --with-magickwand=/usr/local
# make 
# make install

トップ   新規 ページ一覧 検索 最終更新   ヘルプ   最終更新のRSS