-
Notifications
You must be signed in to change notification settings - Fork 143
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
Make it easier to deal with InexactError on save() #422
Comments
I run into a similar problem. My image is gray scale only:
My Julia version is Interestingly, I am able to save the image provided it contains only |
This is deliberate; see #256 (comment). The error message is thrown to warn you that your image has values that cannot be represented in the file format. You can use |
This is what worked for me: This was very non-intuitive. I was able to figure it out by looking at a test in test.io.jl that doesn't exist anymore. |
It's over at ImageMagick.jl. |
Oops, meant to push that to a branch. See also JuliaIO/ImageMagick.jl#18. |
I am trying to
save("image.png", myimg)
wheremyimg
=And I always get this error:
Is it the same as #213?
I'm on released Julia 0.4 with:
The text was updated successfully, but these errors were encountered: