Skip to content

Commit

Permalink
Release notes for extracting a slice of multiple planes (#611)
Browse files Browse the repository at this point in the history
  • Loading branch information
yoda-vid committed Jan 6, 2024
1 parent e40b464 commit f5b3f67
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/release/release_v1.6.md
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@

- Images can be viewed and exported as RGB(A) using the `RGB` button or the `--rgb` CLI argument (#142, #445)
- EXPERIMENTAL: Some TIF files can be loaded directly, without importing the file first (#90, #213, #242, #445)
- The `--proc export_planes` task can export a subset of image planes specified by `--slice`, or an ROI specified by `--offset` and `--size`
- The `--proc export_planes` task can export a subset of raw image planes without processing, specified by `--slice`, or an ROI specified by `--offset` and `--size`
- Image metadata is stored in the `Image5d` image object (#115)
- Better 2D image support
- Extended zero-crossing detection to 2D cases (#142)
Expand All @@ -141,6 +141,7 @@
- Fixed re-importing an image after loading it (#117)
- Fixed to store the image path when loading a registered image as the main image, which fixes saving the experiment name used when saving blobs (#139)
- Fixed parsing some metadata when importing files with Bio-Formats (#502)
- Fixed `--proc extract` for extracting a slice of multiple planes (#611)

#### Server pipelines

Expand Down

0 comments on commit f5b3f67

Please sign in to comment.