- http://www.imagemagick.org/

- [[ImageMagick/Trouble]]

- [[ImageMagick/resize]]
- [[ImageMagick/quantize]] (減色) 
- API changes/compatibility report
--  http://upstream-tracker.org/versions/imagemagick.html

* ダウンロード [#download]
- official 
--  http://www.imagemagick.org/download/
- mirror (old sources)
--  http://ftp.nluug.nl/ImageMagick/
- old-sources
--   http://sourceforge.jp/projects/sfnet_imagemagick/releases/
--   http://www.veidrodis.com/mirror/image_magick/

* build パラメータ [#qc444f92]
 convert -list configure

* GIFアニメ [#yd3dafea]
- ImageMagickでGIFアニメをリサイズ 
--  http://labs.unoh.net/2008/12/imagemagickgif.html

* imagick [#xfc5bc0e]

- PHP extension for ImageMagick
- [[Imagick]]

* MagickWand [#l6d61d26]

- MagickWand日本語解説「魔法使いKの杖」 ImageMagickとは
--  http://magickwand.blog43.fc2.com/blog-category-0.html

* メモ [#d69aacde]

- http://kyle-in-jp.blogspot.com/search/label/%E6%98%8E%E5%BA%A6
 * ImageMagickで画像の暗い部分を明るくする

 convert from.jpg ( from.jpg -matte -channel a -fx "luminosity<0.4?p:0"
 -modulate 160 ) -composite to.png
- Imagemagickの高速化 mprとmpc
--  http://qiita.com/hadashiA/items/bf10881943a41fee238d
* 関連 [#rel]

- [[Imagick]] PHP extension
- [[GraphicMagick]]

Reload   Diff   Front page List of pages Search Recent changes Backup Referer   Help   RSS of recent changes