Skip to content
New issue

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

colors.xml #109

Open
mrcointreau opened this issue Dec 11, 2020 · 3 comments
Open

colors.xml #109

mrcointreau opened this issue Dec 11, 2020 · 3 comments

Comments

@mrcointreau
Copy link

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.
@DiriectorDoc
Copy link

I, too, get this exact error. It really sucks because it can't do the one thing it is supposed to do.

@DiriectorDoc
Copy link

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.

@ppyne
Copy link

ppyne commented Sep 5, 2022

If it helps, for my part, I'm adding the option '-quiet' to remove warnings from stderr, and so errors in JS.

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

No branches or pull requests

3 participants