Skip to content
This repository has been archived by the owner on Apr 15, 2020. It is now read-only.

Failed to execute command "gs" #32

Open
sluchznak opened this issue Feb 13, 2018 · 2 comments
Open

Failed to execute command "gs" #32

sluchznak opened this issue Feb 13, 2018 · 2 comments

Comments

@sluchznak
Copy link

Hi!

Error: Command failed: convert -density 200 -quality 100 '/tmp/104ace3110aa-The Barns_Concept Package.pdf[3]' '/tmp/104ace3110aa-The Barns_Concept Package-3.png'
convert: FailedToExecuteCommand `"gs" -q -dQUIET -dSAFER -dBATCH -dNOPAUSE -dNOPROMPT -dMaxBitmap=500000000 -dAlignToPixels=0 -dGridFitTT=2 "-sDEVICE=pam" -dTextAlphaBits=4 -dGraphicsAlphaBits=4 "-r200x200" -dUseCIEColor -dFirstPage=4 -dLastPage=4 "-sOutputFile=/tmp/magick-13949BwzUAbLfdxbw%d" "-f/tmp/magick-13949stObhdbHGuEB" "-f/tmp/magick-13949n1rt6bTsCP7G"\' (-1) @ error/delegate.c/ExternalDelegateCommand/461.\nconvert: no images defined `/tmp/104ace3110aa-The Barns_Concept Package-3.png\' @ error/convert.c/ConvertImageCommand/3210.\n
@pkantsedalov
Copy link

I've found some workaround of that - look at this comment please.

@rainabba
Copy link

rainabba commented Feb 7, 2019

@sluchznak The installation instructions make it clear that the gs command must be available and it's provided by ghostscript. Have you installed it and confirmed with which gs and/or gs --help? You should see something like this:

linuxbrew@7d4cb3ce397e:/usr/src$ which gs
/home/linuxbrew/.linuxbrew/bin/gs
linuxbrew@7d4cb3ce397e:/usr/src$ gs --help
GPL Ghostscript 9.26 (2018-11-20)

The tip from @pkantsedalov comes into play once that's working from what I've seen so far.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants