Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mfinelli/docker-imagemagick

imagemagick7 in a docker container
https://github.com/mfinelli/docker-imagemagick

debian docker imagemagick

Last synced: about 1 month ago
JSON representation

imagemagick7 in a docker container

Awesome Lists containing this project

README

        

# docker-imagemagick

Packages up [ImageMagick 7](https://imagemagick.org) in a docker container.

**N.B.** this project is unofficial and not endorsed by or affiliated with the
ImageMagick project or ImageMagick Studio LLC.

Link to the ImageMagick source: https://github.com/ImageMagick/ImageMagick

## usage

```shell
docker run --rm -v "$(pwd):/imagemagick" -it mfinelli/imagemagick \
magick input.jpg output.png
```

## license

The ImageMagick software is licensed under the
[ImageMagick License](https://imagemagick.org/script/license.php). This
project to package it into a docker container uses the
[Unlicense](https://unlicense.org).