Output¶
Using the Output tab you can save your work as tiff, h5, or zarr.
Labels can be exported as mesh files (glb, obj or ply).
Use glb if possible, the other formats are missing the color information,
or merge all segments into a single mesh.
Once you have exported an image, you can create a workflow file to repeat the processing steps you have performed on image batches.
Widget: Output¶
Export layers in various formats.
- Layer to export: Select all layer to be exported, and (optional) set a custom file name suffix that will be appended at end of the layer name.
- Export directory: Select the directory where the files will be exported
- Number of channels: Add additional layers to the output image
- Export name pattern: Pattern for the exported file name. Use {image_name} to include the layer name, or {file_name} to include the original file name.
- Export format: Export format, if tiff is selected, each layer will be exported as a separate file. If h5 is selected, all layers will be exported in a single file.
- Key: Key to be used in the h5 or zarr file.
- Export Mesh: Convert segmentation to mesh. glb is encuraged, other formats might have missing color, or merge meshes.
- Close mesh: Whether to close the mesh at the edges of the image.
- Rescale to original resolution: Rescale the image to the original voxel size.
- Data Type: Export datatype (uint16 for segmentation) and all others for images.