Lee, Dohyeon
Lee, Dohyeon
Hello, do you have a plan to include array-to-arrat feature in `LinearOperator`? The current `LinearOperator` only support vector-to-vector. This is not enough because I need to do redundant reshaping before...
`Hexahedron` is very generic, so performing some operations on elements requires extra work. The `Box` element will reduce unnecessary computation and memory when representing the CartesianGrid and RectilinearGrid.
I discovered that a grayscale image is saved like a color image. I have compared the saved images from Julia and Matlab: ``` julia using Images using FileIO img =...
Hi, is there a plan to support FileIO?
use h.exttyp to identify extended header format and parse into a human-readable type #### types of extended headers CCP4 | Format from CCP4 suite -- | -- MRCO | MRC...
This topic was discussed in #198, and I share the implementation. Motivation: Encoding with data differences is widely used in [2D video](https://en.wikipedia.org/wiki/Data_compression#Inter-frame_coding), and we need a similar feature for "3D...
How about using `zarr-python` 3.x in [python compatibility test](../blob/v0.9.5/test/python.jl)? Since Python-driven tools such as `napari` adopt the `zarr-python` 3.x as a Zarr v2 reader, this will more guarantee the compatibility...
[Description of PR] This is a fix of #653. The change enable unsafe casting in `Delta` filter. In addition, unit tests are added to catch such bug next. TODO: -...
I noticed that data compressed with Zstd with numcodecs=0.14.0 cannot decompressed with numcodecs=0.12.1 even though they look compatible except for the `checksum`. I successfully decompress the data by manually erasing...