ImageMagick tools: Difference between revisions
From WickyWiki
mNo edit summary |
mNo edit summary |
||
| (One intermediate revision by the same user not shown) | |||
| Line 2: | Line 2: | ||
[[Category:Ubuntu Images]] | [[Category:Ubuntu Images]] | ||
[[Category:2009]] | [[Category:2009]] | ||
* http://www. | |||
Tools:import, convert, compose, mogrify | Note: GraphicsMagick is a 2002 fork of ImageMagick to improve on development practices and prevent trademark infringement as the name ImageMagick has since been registered as a trademark. | ||
* http://www.graphicsmagick.org | |||
Tools: import, convert, compose, mogrify | |||
<syntaxhighlight lang=bash> | <syntaxhighlight lang=bash> | ||
sudo apt-get install | sudo apt-get install graphicsmagick | ||
</syntaxhighlight> | </syntaxhighlight> | ||
See also | See also | ||
* [[feh — image viewer and cataloguer]] | * [[feh — image viewer and cataloguer]] | ||
* | * https://www.imagemagick.org | ||
Latest revision as of 21:50, 17 February 2020
Note: GraphicsMagick is a 2002 fork of ImageMagick to improve on development practices and prevent trademark infringement as the name ImageMagick has since been registered as a trademark.
Tools: import, convert, compose, mogrify
sudo apt-get install graphicsmagick
See also