Tim Holy
Tim Holy
Use `rawview(channeview(I.image))`. I'm guessing that `I.image` is either an `RGBA` or perhaps an `RGBX`. (Are you on MacOS?)
OK, so it's not color at all. I'm confused about why you need the reinterpret if it's already `Array{UInt8,3}`. EDIT: now I get it, it was `UInt8` and you're reinterpreted...
No worries. I tried installing GMT again but I get an error. For the record it's ```julia julia> using GMT [ Info: Precompiling GMT [5752ebe1-31b9-557e-87aa-f909b540aa54] ERROR: LoadError: LoadError: could not...
Dunno. Care to try implementing it and submitting a PR?
I would bet this is fixed on Julia 1.3?
Is this still an issue?
NRRD is an example. In that case we recognize the header file which has a pointer to the data file. We don't do anything with the data file. So if...
My view: if it has nontrivial magic bytes, it's presumably unique so it won't get in the way of anything else. In that case, add it without hesitation. If there...
Interesting. :+1: for it being easily recognizable. :-1: for the fact that it needs a custom detector, and the more of those we have to run the slower the general...
Works for me on ```julia julia> versioninfo() Julia Version 1.8.0-DEV.1436 Commit d3164ca7f8* (2022-01-29 21:35 UTC) Platform Info: OS: Linux (x86_64-linux-gnu) CPU: Intel(R) Core(TM) i7-8850H CPU @ 2.60GHz WORD_SIZE: 64 LIBM:...