#author("2024-10-20T04:07:37+00:00","default:yoya","yoya")
#author("2024-10-20T04:15:40+00:00","default:yoya","yoya")
[[Graphics#app]]
#contents
*. [#dc3eafaf]
- http://www.imagemagick.org/
-- https://imagemagick.org/Usage/
--- https://imagemagick.org/Usage/warping/
--- https://imagemagick.org/Usage/mapping/
- https://im.awm.jp/ (ドキュメント)
- https://pub.awm.jp/ImageMagick/ (過去のソース)
- [[ImageMagick/History]] | [[ImageMagick/EoL]]
- [[ImageMagick/Security]] | - [[CVE#imagemagick]]
- [[ImageMagick/2017]] > [[ImageMagick/2020]]
- [[WASM-ImageMagick]] | [[magick-wasm]]
- [[ImageMagick/Trouble]]
- [[ImageMagick/debug]]
- [[ImageMagick/resize]]
- [[ImageMagick/quantize]] (減色)
- [[ImageMagick/Text]]
- [[ImageMagick/build]]
- [[ImageMagick/OpenCL]]
- [[ImageMagick/OpenMP]]
- [[ImageMagick/Command]] (コマンド例)
- [[ImageMagick/Modules]]
- [[ImageMagick/PDF]]
- API changes/compatibility report
-- http://upstream-tracker.org/versions/imagemagick.html
- ImageMagick FAQ
-- http://web.mit.edu/GRAPHICs/share/ImageMagick/www/FAQ.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/
* パッケージ [#a09021b4]
- Debian: https://tracker.debian.org/pkg/imagemagick
** repository [#n9fd10f5]
- https://subversion.imagemagick.org/subversion/ImageMagick/
- https://github.com/ImageMagick/ImageMagick
* GIFアニメ [#yd3dafea]
- ImageMagickでGIFアニメをリサイズ
-- http://labs.unoh.net/2008/12/imagemagickgif.html
* 言語バインディング [#complang]
- https://imagemagick.org/script/develop.php
- [[ImageMagick/C++]]
** C言語 [#mece6418]
- MagickWand日本語解説「魔法使いKの杖」 ImageMagickとは
-- http://magickwand.blog43.fc2.com/blog-category-0.html]
** PHP - imagick [#imagick]
- PHP extension for ImageMagick
- [[Imagick]]
** Python [#python]
- [[PythonMagickWand]]
>
pip install wand
- [[PythonMagick]]
- [[MagickWand]] (2013年を最後の更新とまって 2016年にはサーバ停止してる)
>
pip install magickwand
- https://stackoverflow.com/questions/7895278/can-i-access-imagemagick-api-with-python
** JMagick [#jmagick]
- [[JMagick]], Java バインディング
- [[im4java]]
** Rust [#rust]
- [[Rust/MagickWand]]
* メモ [#note]
- Imagemagickの高速化 mprとmpc
-- http://qiita.com/hadashiA/items/bf10881943a41fee238d
- 私の研究開発ツール ImageMagick
-- http://www.ite.or.jp/data/journal/passed_issues/2007/tool0712/files/article.pdf
- ImageMagickってなんでmagicじゃなくてmagickなの??? って思ったから調べた
-- http://qiita.com/kituneponyo/items/13e77b52bab179b70694
- レトロPCゲームみたいな写真が撮りたい
-- https://dailyportalz.jp/kiji/retro_PC_game-mitaina-shashin
https://img.dailyportalz.jp/2016/5749/6530/palette.png
>
convert -resize 320x240 +sigmoidal-contrast 8,50% -modulate 100,200,100 -ordered-dither 4x4,8,8,8 +dither -map palette.png -sample 200% input.jpg output.png
- ImageInfo
-- https://web.mit.edu/GRAPHICs/src/ImageMagick-6.0.6/www/api/types.html#ImageInfo
- https://www.pinterest.jp/pin/58195020174795920/
>
Someday ImageMagick will finally break for good and we'll have a long period of scrambling as we try to reassemble civilization from the rubble.
-- MagickInfo
- MagickInfo
-- https://web.mit.edu/graphics/share/ImageMagick/www/api/types/MagickInfo.html
* 関連 [#rel]
- [[Imagick]] PHP extension
- [[GraphicsMagick]]
- [[YoyaMagick]]