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

Fix wrong command output #30

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

chalmagean
Copy link

I've added a test case (and fix) that handles the wrong number of characters in the string returned from the command line app. Even though I have the quantize option set to RGB, I still get rgba values back.

Maybe this is because of a newer version of ImageMagick... I'd have to investigate more.

The command line application returns colors that include alpha channels
even tho we specify RGB as a `quantize` option.
@mrloop
Copy link

mrloop commented Jan 3, 2017

This looks similar to #32.

@mrloop
Copy link

mrloop commented Jan 6, 2017

Hi @chalmagean #33 fixes the issue by changing the command line param for image magick. I think its a bit cleaner, if you could verify it works on your system much appreciated.

@chalmagean
Copy link
Author

Sorry, I don't have a way to test this atm.

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

Successfully merging this pull request may close these issues.

2 participants