-
Notifications
You must be signed in to change notification settings - Fork 14
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
Need to import QuartzImageIO, otherwise errors #58
Comments
On a simple test project I get this always when adding a dependency to the project ( |
I imagine you're seeing It's not an issue with |
Umm... the expression causing the error is |
If you show your simple test project, it may clarify. I was assuming that in your test project you have something like module TestProject
import TestImages: testimage
img = testimage("cameraman.tif")
end And that that module is also a package. When you do |
This is a similar issue to JuliaIO/FileIO.jl#283, the reason is that FileIO is lazy. So if you really need to load some image with |
Using https://github.com/JuliaImages/TestImages.jl, if I don't manually import in
QuartzImageIO
into my own project/module, I get the following weird errors, whether or not I haveQuartzImageIO
as a dependency of my own project. (Note it complains ofBase
not havingQuartzImageIO
as a dependency.)The text was updated successfully, but these errors were encountered: