Skip to content

Commit 90cc9bd

Browse files
authored
Merge pull request #483 from lubianat/images_on_page
Adds interactive image to main docs page
2 parents 14bb697 + fdf2263 commit 90cc9bd

1 file changed

Lines changed: 41 additions & 42 deletions

File tree

Lines changed: 41 additions & 42 deletions
Original file line numberDiff line numberDiff line change
@@ -1,33 +1,33 @@
1-
.. NGFF documentation master file, created by
2-
sphinx-quickstart on Tue Mar 14 08:54:12 2023.
3-
You can adapt this file completely to your liking, but it should at least
4-
contain the root `toctree` directive.
5-
6-
Next-Generation File Formats (NGFF) + OME-Zarr
7-
===============================================
1+
# Next-Generation File Formats (NGFF) + OME-Zarr
82

93
Welcome to the Next-Generation File Formats (NGFF) main page! This site is dedicated to providing resources for the NGFF community and those that are interested in getting started with OME-Zarr.
104

11-
NGFF vs OME-Zarr, what is the difference?
12-
------------------------------------------
5+
In summary, OME-Zarr allows you to store, share and stream large images like these 500 GB:
6+
7+
<iframe style="width: 100%; height: 500px" name="vizarr" src="https://hms-dbmi.github.io/vizarr/?source=https://livingobjects.ebi.ac.uk/idr/zarr/v0.1/4495402.zarr"></iframe>
8+
9+
You can find more samples of such data from the Image Data Resource at <https://idr.github.io/ome-ngff-samples/>.
10+
11+
## NGFF vs OME-Zarr, what is the difference?
12+
1313
**OME-Zarr** is the file format that the NGFF community has settled on to address issues of scalability and interoperability described below.
1414

1515
**NGFF** is the community-driven process for designing the next generation of bioimaging formats. NGFF brings together the community to define shared specifications, metadata standards, and best practices. OME-Zarr implements those decisions, providing a practical, open, and scalable way to store and share modern microscopy data. As the NGFF specifications evolve, OME-Zarr evolves with them — ensuring the format reflects the needs and experience of the wider community.
1616

17-
What is an OME-Zarr?
18-
------------------------
17+
## What is an OME-Zarr?
18+
1919
An OME-Zarr is a file format optimized for storying, viewing, & sharing large images.
2020
There are two parts to an OME-Zarr:
2121

2222
* **The "Zarr" part describes how the pixel data for the images are laid out**
23-
* The "OME", which stands for `Open Microscopy Environment <https://www.openmicroscopy.org/>`_, part describes metadata about the pixel data. This includes metadata such as:
23+
* The "OME", which stands for [Open Microscopy Environment](https://www.openmicroscopy.org/), part describes metadata about the pixel data. This includes metadata such as:
2424
* spatial relationships
2525
* high content screening data
2626
* well data
27-
* `and more </specifications/index.html>`_!
27+
* [and more](/specifications/index.html)!
28+
29+
## Why would I use OME-Zarr?
2830

29-
Why would I use OME-Zarr?
30-
--------------------------
3131
OME-Zarr files have two major benefits:
3232

3333
* Chunking is inherent to "Zarr" files. This means "Zarr" files are stored in independently-accessible blocks.
@@ -38,44 +38,43 @@ OME-Zarr files have two major benefits:
3838
* **Sharing**: A standardized imaging metadata format can ease cross-organization file sharing and can therefore aid organizational collaboration and data sharing.
3939
* **Interoperability**: Standardized metadata can also enable the interoperability of tools.
4040

41-
When would I not use OME-Zarr?
42-
------------------------------
43-
* If your file isnt very big and youre working with local data, the current specification of OME-Zarr can be less convenient than a single-file format and the benefits are limited. Planned expansions to the OME-Zarr specification will make it more convenient to work with it in these scenarios (e.g. single-file Zarrs) and add features that might make it beneficial to use OME-Zarr even in these scenarios (e.g. transformations).
41+
## When would I not use OME-Zarr?
42+
43+
* If your file isn't very big and you're working with local data, the current specification of OME-Zarr can be less convenient than a single-file format and the benefits are limited. Planned expansions to the OME-Zarr specification will make it more convenient to work with it in these scenarios (e.g. single-file Zarrs) and add features that might make it beneficial to use OME-Zarr even in these scenarios (e.g. transformations).
4444
* If your original file is lossy compressed, you will see a large increase in file size as the images are decompressed into OME-Zarr. There is not yet support for transferring lossy compressed image tiles to OME-Zarr. This currently impacts most whole slide image (WSI) formats such as SVS, CZI, and NDPI, which are lossy JPEG compressed by default and see about a 10x size increase into OME-Zarr.
4545

46-
Who is using OME-Zarr?
47-
-----------------------
46+
## Who is using OME-Zarr?
4847

4948
These are *some* of the organizations (and their dataset pages) that are using OME-Zarr for their data.
5049

51-
- `Allen Institute <https://bff.allencell.org/datasets>`_
50+
- [Allen Institute](https://bff.allencell.org/datasets)
5251
- biohub
53-
- `Broad Institute <https://broadinstitute.github.io/cellpainting-gallery/overview.html>`_
54-
- `EMBL - Image Data Resource (IDR) <https://idr.openmicroscopy.org/>`_
55-
- `Howard Hughes Medical Institute, Janelia (HHMI) <https://openorganelle.janelia.org/>`_
56-
- `Jackson Laboratory (JAX) <https://images.jax.org/>`_
57-
- ... `and more </data/index.html>`_
52+
- [Broad Institute](https://broadinstitute.github.io/cellpainting-gallery/overview.html)
53+
- [EMBL - Image Data Resource (IDR)](https://idr.openmicroscopy.org/)
54+
- [Howard Hughes Medical Institute, Janelia (HHMI)](https://openorganelle.janelia.org/)
55+
- [Jackson Laboratory (JAX)](https://images.jax.org/)
56+
- ... [and more](/data/index.html)
5857

59-
How do I use OME-Zarr?
60-
----------------------
58+
## How do I use OME-Zarr?
6159

6260
* Already have a Zarr?
63-
* Check out the `tools section </tools/index.html>`_!
61+
* Check out the [tools section](/tools/index.html)!
6462
* Want to create a Zarr?
65-
* Check out the `tools section </tools/index.html>`_!
63+
* Check out the [tools section](/tools/index.html)!
6664
* Want to see or download a Zarr?
67-
* Check out the `data section </data/index.html>`_!
65+
* Check out the [data section](/data/index.html)!
66+
67+
## Have other questions?
6868

69-
Have other questions?
70-
======================
71-
Check out the pages below, including the FAQ page.
69+
Check out the pages below, including the [FAQ](help-desk/index.md#faqs) page.
7270

73-
.. toctree::
74-
:maxdepth: 1
71+
```{toctree}
72+
:maxdepth: 1
7573
76-
community/index
77-
contributing/index
78-
specifications/index
79-
rfc/index
80-
resources/index
81-
help-desk/index
74+
community/index
75+
contributing/index
76+
specifications/index
77+
rfc/index
78+
resources/index
79+
help-desk/index
80+
```

0 commit comments

Comments
 (0)