- View the source.
- Go to ImageMagick.
3: 2010-09-29 (Wed) 18:47:58 admin ![]() |
Cur: 2014-09-13 (Sat) 09:28:46 iseki ![]() |
||
---|---|---|---|
Line 13: | Line 13: | ||
- If JasPer was installed, ''--with-jp2=yes'' option is automatically set. | - If JasPer was installed, ''--with-jp2=yes'' option is automatically set. | ||
- | #br | ||
- | |||
- | *** Bug? [#ubae8704] | ||
- | - ''libMagickCore.so.4: cannot restore segment prot after reloc: Permission denied'' is outputted. | ||
- | |||
- | |||
- | -- Cause: SELinux prohibits loading the library. | ||
- | -- Solution: Execute ''chcon -c -v -R -u system_u -r object_r -t textrel_shlib_t /usr/local/lib/libMagickCore.so.4'' | ||
- | |||
#br | #br | ||
Line 31: | Line 19: | ||
cat a.gif | convert - jpeg:- > a.jpg | cat a.gif | convert - jpeg:- > a.jpg | ||
+ | #br | ||
*** List of Tools [#q66f98d4] | *** List of Tools [#q66f98d4] | ||
- animate | - animate | ||
Line 43: | Line 32: | ||
- montage | - montage | ||
- stream | - stream | ||
+ | #br | ||
+ | *** Tips [#q885daad] | ||
+ | - サポートしているフォーマットを調べる | ||
+ | convert -list format | ||
+ | - コンパイルの設定を調べる | ||
+ | convert -list configure | ||
+ | - delegate で機能拡張できるらしい | ||
+ | -- http://www.imagemagick.org/download/delegates/ | ||
+ | #br | ||
+ | |||
+ | *** Bug? [#ubae8704] | ||
+ | - ''libMagickCore.so.4: cannot restore segment prot after reloc: Permission denied'' is outputted. | ||
+ | |||
+ | |||
+ | -- Cause: SELinux prohibits loading the library. | ||
+ | -- Solution: Execute ''chcon -c -v -R -u system_u -r object_r -t textrel_shlib_t /usr/local/lib/libMagickCore.so.4'' | ||
+ | |||
#br | #br |
- Backup list of ImageMagick
- Backup diff of ImageMagick(No. All)
- 1: 2010-08-22 (Sun) 11:09:47 iseki
- 2: 2010-08-22 (Sun) 11:54:19 iseki
- 3: 2010-09-29 (Wed) 18:47:58 admin
- Cur: 2014-09-13 (Sat) 09:28:46 iseki