imagemagick-docker
imagemagick-docker copied to clipboard
Running the latest version of imagemagick inside container
When I try to convert an animated png file (like https://en.wikipedia.org/wiki/File:Animated_PNG_example_bouncing_beach_ball.png) to a gif I get an error saying ffmpeg isn't installed in the container ``` docker run -v /tmp/imgs:/imgs...
This PR was automatically created by Snyk using the credentials of a real user.Keeping your Docker base image up-to-date means you’ll benefit from security fixes in the latest version of...
Hello, may I ask your help with GitHub action CI and your `imagemagick-docker` Do you know how to write `.github/workflows/ci.yml` to set correct this container?
This PR adds fftw delegate. Example of usage: http://www.fmwconcepts.com/imagemagick/textdeskew/index.php
Thanks for this image. Are you able to add --with-fftw which is needed for certain transformations? If it's not something obvious, let me know and I will try to give...