-
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
Spatial order ignored when displayed on OSX #451
Comments
May be because of recent work I did in ImageMagick on EXIF, not sure. Unfortunately, I didn't get to this before leaving on vacation, and I have a very low bandwidth connection. If this bothers you, take a look at the |
Now that I am using Tom's VisualRegressionTests this issue surfaced again. Basically on OSX if I do a |
Here probably? https://github.com/JuliaIO/QuartzImageIO.jl/blob/master/src/QuartzImageIO.jl#L258 |
Yep, that's gotta be it. Great detective work! |
Closed by #577 |
Not sure what is going on, but I could swear this did not happen a few days ago. Basically I am using
permutedims
to test if my functions work correctly. However, it seems that either IJulia doesn't display the images correctly anymore, or I am imagining things.Is the following normal behaviour ? I would have assumed that the images should be displayed upright in both situations, and I could swear this was the case a few days ago:
show(img)
show(img2)
Edit: Using
view
ofImageView
works as I would expect it to (displayed upright in both cases)Edit: I'm on the currently tagged versions for every package.
The text was updated successfully, but these errors were encountered: