8.2.0 Auto Greyscale Detection #1058
-
Hello, i recently updated my imagemagick version from 7.24 to 8.3.3 but noticed that 8.2.0 contains grayscale updates that make our black borders completely transparent and white completely with white borders on CompositeOperator.Over . I believe this is due to the auto greyscale detection. How would i turn this off? |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 3 replies
-
Do you have a code sample that can be used to reproduce the issue? |
Beta Was this translation helpful? Give feedback.
-
The code above has full gif generation Q8 8.2+ produces the white screen Q16 8.2+ produces a completely transparent version and the one where the border is visible can be replicated with anything below Q16 8.2 which is the desired result. All using the exact same code Borders with colors actually work, this only happens to the borders that I have force inverted in photoshop and the ones where I set the saturation to 0 to get a B&W effect |
Beta Was this translation helpful? Give feedback.
-
Is it possible to create a smaller sample that demonstrates this issue? |
Beta Was this translation helpful? Give feedback.
-
It looks like this is caused by setting the |
Beta Was this translation helpful? Give feedback.
It looks like this is caused by setting the
ColorSpace
of theQuantizeSettings
. You don't need to set this, and if you remove this setting your issue seems to be resolved.