composite
image processing tools providing ImageMagick interface
Install
- All systems
-
curl cmd.cat/composite.sh
- Debian
-
apt-get install graphicsmagick-imagemagick-compat
- Ubuntu
-
apt-get install graphicsmagick-imagemagick-compat
- Alpine
-
apk add imagemagick6
- Arch Linux
-
pacman -S imagemagick6
- Kali Linux
-
apt-get install graphicsmagick-imagemagick-compat
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install graphicsmagick-imagemagick-compat
- Raspbian
-
apt-get install graphicsmagick-imagemagick-compat
- Dockerfile
- dockerfile.run/composite
- Docker
-
docker run cmd.cat/composite composite
powered by Commando
graphicsmagick-imagemagick-compat
image processing tools providing ImageMagick interface
GraphicsMagick provides a set of command-line applications to manipulate image files. It is a fork of the ImageMagick project and therefore offers a similar set of features, but puts a larger emphasis on stability. With this package installed, the GraphicsMagick command line tools can be executed like their ImageMagick counterparts. It allows one to migrate scripts from ImageMagick to GraphicsMagick without any code changes.
ImageMagick-1
manipulating images
ImageMagick
ImageMagick is an image display and manipulation tool for the X
Window System. ImageMagick can read and write JPEG, TIFF, PNM, GIF, and Photo CD image formats. It can resize, rotate, sharpen, color reduce, or add special effects to an image, and when finished you can either save the completed work in the original format or a different one. ImageMagick also includes command line programs for creating animated or transparent .gifs, creating composite images, creating thumbnail images, and more. ImageMagick is one of your choices if you need a program to manipulate and display images. If you want to develop your own applications which use ImageMagick code or APIs, you need to install ImageMagick-devel as well.