ImageMagick
をテンプレートにして作成
[
トップ
] [
タイトル一覧
|
ページ一覧
|
新規
|
検索
|
最終更新
|
ヘルプ
|
ログイン
]
開始行:
** ImageMagick [#m617059c]
- site: http://www.imagemagick.org/
*** Compile & Install [#q6a79840]
+ Install JasPer
+ Compile & Install ImageMagick
bzcat ImageMagick-6.6.3-8.tar.bz2 |tar xfv -
cd ImageMagick-6.6.3-8
./configure --with-jp2=yes
make
make install
- If JasPer was installed, ''--with-jp2=yes'' option is a...
-- JasPer がインストールされていれば,自動的に ''--with-j...
*** convert [#a9fc441b]
- stdin/stdout
cat a.gif | convert - jpeg:- > a.jpg
*** List of Tools [#q66f98d4]
- animate
- compare
- composite
- conjure
- convert
- display
- identify
- import
- mogrify
- montage
- stream
*** Tips [#q885daad]
- サポートしているフォーマットを調べる
convert -list format
- コンパイルの設定を調べる
convert -list configure
- delegate で機能拡張できるらしい
-- http://www.imagemagick.org/download/delegates/
*** Bug? [#ubae8704]
- ''libMagickCore.so.4: cannot restore segment prot after...
-- Cause: SELinux prohibits loading the library.
-- Solution: Execute ''chcon -c -v -R -u system_u -r obje...
-- Cause: SELinux prohibits loading the library.
-- Solution: Execute ''chcon -c -v -R -u system_u -r obje...
-- 原因: SELinux がライブラリのロードを禁止している.
-- 対策: ''chcon -c -v -R -u system_u -r object_r -t tex...
#br
終了行:
** ImageMagick [#m617059c]
- site: http://www.imagemagick.org/
*** Compile & Install [#q6a79840]
+ Install JasPer
+ Compile & Install ImageMagick
bzcat ImageMagick-6.6.3-8.tar.bz2 |tar xfv -
cd ImageMagick-6.6.3-8
./configure --with-jp2=yes
make
make install
- If JasPer was installed, ''--with-jp2=yes'' option is a...
-- JasPer がインストールされていれば,自動的に ''--with-j...
*** convert [#a9fc441b]
- stdin/stdout
cat a.gif | convert - jpeg:- > a.jpg
*** List of Tools [#q66f98d4]
- animate
- compare
- composite
- conjure
- convert
- display
- identify
- import
- mogrify
- montage
- stream
*** Tips [#q885daad]
- サポートしているフォーマットを調べる
convert -list format
- コンパイルの設定を調べる
convert -list configure
- delegate で機能拡張できるらしい
-- http://www.imagemagick.org/download/delegates/
*** Bug? [#ubae8704]
- ''libMagickCore.so.4: cannot restore segment prot after...
-- Cause: SELinux prohibits loading the library.
-- Solution: Execute ''chcon -c -v -R -u system_u -r obje...
-- Cause: SELinux prohibits loading the library.
-- Solution: Execute ''chcon -c -v -R -u system_u -r obje...
-- 原因: SELinux がライブラリのロードを禁止している.
-- 対策: ''chcon -c -v -R -u system_u -r object_r -t tex...
#br
ページ名: