Open DevGirisankar opened 4 years ago
Please, make sure libvips
is properly compiled against libgif
bindings.
The built-in Docker image provided should be good with GIFs.
I have the same problem using the latest
Docker image as well as with 1.1.1
. Dockerfile:
FROM h2non/imaginary:latest
ENV PORT "8080"
CMD ["-enable-url-source","-http-read-timeout" ,"3"]
Edit: dug a bit more and saving to gifs is not supported.
Showing error {"message":"Error while processing the image: VIPS cannot save to \"gif\"","code":1} Please help.