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
Hello,
By using these commands
const { outputFiles, exitCode, stderr, stdout } = await execute({ inputFiles: [await buildInputFile(url, file.name)], commands: `convert ${file.name} -colors 5 -format "%c" histogram:info:` })
I get the following error
magick.js:31 convert: UnableToOpenConfigureFile `colors.xml' @ warning/configure.c/GetConfigureOptions/699.
The text was updated successfully, but these errors were encountered:
I, too, get this exact error. It really sucks because it can't do the one thing it is supposed to do.
Sorry, something went wrong.
It really sucks because it can't do the one thing it is supposed to do.
Never mind. There was a different bug that was causing me problems, but this error does still occur.
If it helps, for my part, I'm adding the option '-quiet' to remove warnings from stderr, and so errors in JS.
No branches or pull requests
Hello,
By using these commands
I get the following error
The text was updated successfully, but these errors were encountered: