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
magick ../test.png -gamma -1,-1,0 -alpha off yellow_gamma.png
taken from https://usage.imagemagick.org/canvas/ does not produce all-yellow image, but rather all-white one.
Or
magick ../test.png -channel red -gamma -1 -channel green -gamma -1 -channel blue -gamma 0 -alpha off yellow_gamma.png
produces
Similar to ImageMagick/ImageMagick#1151.
Tested with 7.1.1-43.
The text was updated successfully, but these errors were encountered:
magick convert ../test.png -channel red -gamma -1 -channel green -gamma -1 -channel blue -gamma 0 -alpha off yellow_gamma.png
(the longer version + magick convert instead of magick) produces expected result, i. e. all-yellow image.
magick convert
magick
Sorry, something went wrong.
No branches or pull requests
taken from https://usage.imagemagick.org/canvas/ does not produce all-yellow image, but rather all-white one.
Or
produces
Similar to ImageMagick/ImageMagick#1151.
Tested with 7.1.1-43.
The text was updated successfully, but these errors were encountered: