我使用的是Linux 18,下面显示了imagemagick的安装。但我该怎么用呢?
$ sudo apt install imagemagick
Reading package lists... Done
Building dependency tree
Reading state information... Done
imagemagick is already the newest version (8:6.8.9.9-7ubuntu5.9).
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.我试过这个命令,它说没有找到
$ imagemagick
imagemagick: command not found知道如何在命令行上使用imagemagick吗?
发布于 2018-02-28 04:28:19
imagemagick是工具集合的名称。每个人都有名字,比如convert、display、identify、import等等。man imagemagick上有一个命令行工具的列表。
https://unix.stackexchange.com/questions/427080
复制相似问题