Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/mfinelli/docker-imagemagick
- Owner: mfinelli
- License: unlicense
- Created: 2023-03-01T22:26:28.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2024-09-06T17:55:55.000Z (4 months ago)
- Last Synced: 2024-09-07T21:09:49.850Z (4 months ago)
- Topics: debian, docker, imagemagick
- Language: Dockerfile
- Homepage: https://hub.docker.com/r/mfinelli/imagemagick
- Size: 71.3 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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).