Skip to content

Commit

Permalink
Update 2020-07-07-learn-imagemagick.md
Browse files Browse the repository at this point in the history
  • Loading branch information
shenweiyan committed Sep 10, 2024
1 parent 4ef22d4 commit 4017846
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,9 @@ updated: 2024-09-10

相比 PhotoShop 和 GIMP 提供的图形用户接口 (GUI) 编辑图像,ImageMagick 通过一组命令行工具来操作图片,更有助于批量化的图片处理。你当然可以用 PhotoShop 或 GIMP 这样的软件来处理图像。没人禁止你这么做,就像没人禁止你用大炮打蚊子一样。不过依我看,打蚊子最好还是用电蚊拍,而要处理大量图像的话,尤其当你只想批量转换一些图片格式,或者批量生成缩略图,调整分辨率,我推荐 ImageMagick。

**支持的程序语言:** Perl, C, C++, Python, PHP, R 等。
[**ImageMagick 接口**](https://imagemagick.org/script/develop.php)****[PerlMagick](https://imagemagick.org/script/develop.php#perl) (Perl), [IMagick](https://imagemagick.org/script/develop.php#php) (PHP), [PythonMagick](https://imagemagick.org/script/develop.php#python) (Python), [magick](https://imagemagick.org/script/develop.php#r) (R), 等。
**支持的程序语言**:Perl, C, C++, Python, PHP, R 等。

[**ImageMagick 接口**](https://imagemagick.org/script/develop.php)[PerlMagick](https://imagemagick.org/script/develop.php#perl) (Perl), [IMagick](https://imagemagick.org/script/develop.php#php) (PHP), [PythonMagick](https://imagemagick.org/script/develop.php#python) (Python), [magick](https://imagemagick.org/script/develop.php#r) (R), 等。

## 1. 安装 ImageMagick

Expand Down

0 comments on commit 4017846

Please sign in to comment.