Closed rabbygit closed 1 year ago
Hi Rabby,
Thanks for reporting this.
I think the command should go into the entrypoint
argument so if you'd like to run magick mogrify
then using Docker it will be something like:
docker run --entrypoint=magick -v $(pwd):/imgs dpokidov/imagemagick mogrify -format pdf *.jpg
Could you please give it a try and let me know how you go?
Nothing is happening here
I pulled the latest image from the docker hub: https://hub.docker.com/r/dpokidov/imagemagick and trying to convert bunch of
jpg files to pdf files
withmagick mogrify
. https://imagemagick.org/script/mogrify.phpExecuted command:
docker run --entrypoint=identify -v $(pwd):/imgs dpokidov/imagemagick magick mogrify -format pdf *.jpg
Error:
I'm not sure whether this command is correct or not or what is the reason behind this error.