-
Notifications
You must be signed in to change notification settings - Fork 251
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
Incompatibility with JuliaImage ImageCore.jl #1466
Comments
Changing the type of the field
|
Hopefully, this pull in ImageCore will fix the problem. |
@NicholasWMRitchie Great that you have found the source of the issue! This issue (also #1454) does seem to relate to another package unnecessarily overloading |
It's back!!! It seems that recent changes to ImageCore.jl has broken ManualDiscreteKey (manual_discrete_key(....) and manual_color_key(...)) again. The key line is
I've also submitted this as JuliaImages/ImageCore.jl#150 |
The problem seems to be resolved. |
Gadfly fails when manual_color_key(...) is used when ImageCore is loaded
The problem is the line in ImageCore/convert_reinterpret.jl line 80-83
This leads to this error:
Is this a Gadfly bug or an ImageCore bug? Or just an unfortunate interaction.
The text was updated successfully, but these errors were encountered: