We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
7.1.1-36
Linux
macos, linux, ubuntu - Any version so far
Getting this error:
magick: no decode delegate for this image format `XWD' @ error/constitute.c/ReadImage/746.
xwd -root -out screenshot.xwd magick screenshot.xwd screenshot.png
No response
The text was updated successfully, but these errors were encountered:
ImageMagick depends on the X11 delegate library to support images in the XWD format. Type magick --version and see if x is in the list of delegates.
magick --version
x
Sorry, something went wrong.
i've been testing it with:
FROM python:3.11
apt-get install libpq5 xvfb x11-apps
Xvfb :99 -screen 0 ...
not sure why x delegate is not installed.
I found a workaround: xwd -root | xwdtopnm | pnmtopng > {screenshot.png}
xwd -root | xwdtopnm | pnmtopng > {screenshot.png}
No branches or pull requests
ImageMagick version
7.1.1-36
Operating system
Linux
Operating system, version and so on
macos, linux, ubuntu - Any version so far
Description
Getting this error:
Steps to Reproduce
Images
No response
The text was updated successfully, but these errors were encountered: