Skip to content
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

16-bit image display? #294

Closed
Jakki42 opened this issue Apr 16, 2015 · 3 comments
Closed

16-bit image display? #294

Jakki42 opened this issue Apr 16, 2015 · 3 comments

Comments

@Jakki42
Copy link

Jakki42 commented Apr 16, 2015

Using image.jl imread to load 16 bit images works as long as it's not displayed:

This works fine:
imread(filename);

But this causes an error:
imread(filename)

`map` has no method matching map(::BitShift{Gray{UfixedBase{Uint8,8}},8}, ::Gray{UfixedBase{Uint16,16}})
@timholy
Copy link
Sponsor Member

timholy commented Apr 16, 2015

Fix coming; held up by new test failure on 0.4 due to JuliaLang/julia#9666 (comment).

@stevengj
Copy link
Member

In any case, this is an Images problem, not an IJulia issue.

@timholy
Copy link
Sponsor Member

timholy commented Apr 19, 2015

Works if you do Pkg.update().

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants