Simon
Simon
Can you explain what your package is doing differently? Would it make sense to generally prefer it to the one in MeshIO? The easiest solution might be, that you just...
Hm, I'm not a 100% sure if the type you want should influence the loader library. In fact, I'm using load in a very similar way, but defined as something...
You mean return type?
hm... but return type and loader library are not strictly coupled!
That's especially the case for png's, where all IO libraries only return Arrays on the lower level, but then get conveniently converted to an Image. Also, asserting that you get...
Interesting question, we should definitely have a nice solution for this! The format string seems to be a good place!
Well, it's a type: ```Julia julia> format"PBMBinary" FileIO.DataFormat{:PBMBinary} ``` Still looking at the docs, if a type with parameters can be explicitly documented.
Maybe add it to the IO package module?
Yeah, that'd be the sane approach!
Looks like it :) On 20 Jan 2017 3:41 p.m., "Mauro" wrote: > Isn't this JuliaLang/julia#20142 > what we need here? > > — > You are receiving this because...