#author("2023-12-30T09:46:27+00:00","default:iseki","iseki") #author("2023-12-30T09:46:43+00:00","default:iseki","iseki") ** imagick [#l5128208] - PHP Module for ImageMagick *** Compile & Install [#b894d36d] - [en]When installation, [[Pecl]] is used.[/en][ja][[Pecl]] でインストールするPHPの拡張機能.[/ja] - When installation, [[Pecl]] is used. # yum install ImageMagick-devel # pear update-channels # pecl install imagick *** Setting [#na7486c9] - [ja]php.ini にモジュールを追加[/ja][en]Edit php.ini[/en] extension_dir= ........ extension=imagick.so