File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -133,13 +133,14 @@ NB: channel LUTs are not currently supported when rendering OME-Zarr images for
133133Any LUTs will be rendered with white color.
134134
135135Download the figure JSON (File > Save, in the standalone app) then install the export script.
136- Here, we create a new conda environment and install the export script:
136+ Here, we create a new conda environment and install the export script.
137+ NB: We use the ``--pre `` flag to allow installation of the pre-release version of OMERO.figure:
137138
138139::
139140
140141 $ conda create --name figure_export python=3.12
141142 $ conda activate figure_export
142- $ pip install "omero-figure[export]"
143+ $ pip install --pre "omero-figure[export]"
143144
144145To export the figure as PDF or TIFF, run the script with the path to the figure JSON and the output file path as arguments:
145146Use the ``.pdf `` extension for PDF export and ``.tiff `` for TIFF export. This example exports the
You can’t perform that action at this time.
0 commit comments