Sameeul Bashir Samee
Sameeul Bashir Samee
@conda-forge-admin, please ping conda-forge/help-c-cpp @conda-forge//help-python @conda-forge//help-c-cpp, ready for review! @conda-forge//help-python, ready for review!
For the chunked IO, it is a single tiff file but may contain multiple Image File Directory (IFD). Each IDF can contain a 2D grid of tiles and each tile...
So, some updates here. I was able to mimic the other images drivers and read a whole tiff image. I found that current image drivers are only supporting rank 3...
Some more updates: I am at a point where I mimicked `n5` and `zarr` implementation and created `ometiff` driver. For this driver, I implemented `MetadataCache`, `DataCache`, `OmeTiffDriver` and `OmeTiffDriverSpec` class....
Hello again, I had to take break for this work to take care of few other priorities. Now, I am restarting the work. My attempt on getting a ometiff driver...
Hi there, thanks for looking into it. I have also made some progress and here is where I am currently stuck at. I will try to explain my issue below...
Thanks for the comment. I have a solution that works for now (not sure if this is the optimum one). What I understood from the other drivers and key-value stores...
I opened a [PR](https://github.com/google/tensorstore/pull/62) with OmeTiff read support. I have plan to support the write functionality also. I would like to get feedback on the PR. I mimicked the n5...
Thanks. If I may ask some naive questions based on the example code there... I have the following code sample ``` int main(int argc, char** argv) { tensorstore::Context context =...
Thanks! Worked like a charm!