diff --git a/client/dive-common/store/context.ts b/client/dive-common/store/context.ts index d24c7a281..f3ab38216 100644 --- a/client/dive-common/store/context.ts +++ b/client/dive-common/store/context.ts @@ -39,7 +39,7 @@ const componentMapEntries: ComponentMapItem[] = [ component: TypeThreshold, }, { - description: 'Image Enhancements', + description: 'Image Adjustments', component: ImageEnhancements, }, { diff --git a/client/src/components/controls/Controls.vue b/client/src/components/controls/Controls.vue index 2c2b484a9..20728fc3a 100644 --- a/client/src/components/controls/Controls.vue +++ b/client/src/components/controls/Controls.vue @@ -652,7 +652,7 @@ export default defineComponent({ mdi-contrast-box @@ -972,7 +972,7 @@ export default defineComponent({ mdi-contrast-box @@ -1261,7 +1261,7 @@ export default defineComponent({ mdi-contrast-box diff --git a/docs/Annotation-User-Interface-Overview.md b/docs/Annotation-User-Interface-Overview.md index d902ce188..8484ed7d3 100644 --- a/docs/Annotation-User-Interface-Overview.md +++ b/docs/Annotation-User-Interface-Overview.md @@ -16,7 +16,7 @@ This documentation section provides a reference guide to the annotation interfac * **[Dataset Info](UI-DatasetInfo.md)** - View dataset properties and attach custom dataset-level metadata that is shown while annotating and included in CSV export. * **[Revision History](Web-Version.md#revision-history)** (Web) - Inspect and check out past saved annotation states. * **Threshold Controls** - Advance thresholding of annotation confidence values per-type. - * **Image Enhancement** — Brightness, contrast, saturation, sharpness, and + * **Image Adjustments** — Brightness, contrast, saturation, sharpness, and [percentile stretch for high bit-depth TIFF](UI-Image-Enhancements.md) (Web large-image and Desktop image-sequence). * **[Group Manager](UI-Group-Manager.md)** - Controls for creating, managing, and filtering multi-annotation groups. diff --git a/docs/DataFormats.md b/docs/DataFormats.md index 5d1cdcac4..4f7ad2ac4 100644 --- a/docs/DataFormats.md +++ b/docs/DataFormats.md @@ -268,7 +268,7 @@ interface DatasetMetaMutable { `imageEnhancements` stores viewer display settings (brightness, contrast, saturation, sharpen, and optional percentile stretch bounds). See -[Image Enhancements](UI-Image-Enhancements.md) for platform support of high bit-depth stretch. +[Image Adjustments](UI-Image-Enhancements.md) for platform support of high bit-depth stretch. ### Media frame metadata diff --git a/docs/Large-Image-Support.md b/docs/Large-Image-Support.md index e33bb81ce..a1a337d15 100644 --- a/docs/Large-Image-Support.md +++ b/docs/Large-Image-Support.md @@ -7,7 +7,7 @@ GeoTIFF tile server). ## Dynamic range in the viewer For **Web** tiled TIFF datasets (`large-image` type), use the -[Image Enhancements](UI-Image-Enhancements.md) panel to apply **percentile stretch** while +[Image Adjustments](UI-Image-Enhancements.md) panel to apply **percentile stretch** while annotating. DIVE passes stretch parameters to Girder tile requests so 16-bit (and other high bit-depth) data can be viewed interactively without baking a fixed min/max into the file first. diff --git a/docs/UI-Image-Enhancements.md b/docs/UI-Image-Enhancements.md index 46ad07985..78039cd00 100644 --- a/docs/UI-Image-Enhancements.md +++ b/docs/UI-Image-Enhancements.md @@ -1,6 +1,6 @@ -# Image Enhancements +# Image Adjustments -The **Image Enhancements** panel adjusts how imagery looks in the annotation view. Open it +The **Image Adjustments** panel adjusts how imagery looks in the annotation view. Open it from the [context sidebar](UI-Navigation-Editing-Bar.md#context-sidebar-web) (Web) or the viewer controls (Desktop). diff --git a/docs/UI-Navigation-Editing-Bar.md b/docs/UI-Navigation-Editing-Bar.md index 6aa3afac3..e727dac24 100644 --- a/docs/UI-Navigation-Editing-Bar.md +++ b/docs/UI-Navigation-Editing-Bar.md @@ -33,7 +33,7 @@ The editing bar is the second row below navigation. On the right side of the editing bar, ==:material-chevron-left-box:== (or ==:material-chevron-right-box:== when open) toggles the **context sidebar** — advanced tools and settings panels on the right side of the viewer. -Use the dropdown at the top of that panel to switch tools, including [Dataset Info](UI-DatasetInfo.md), [Revision History](Web-Version.md#revision-history), [Image Enhancements](UI-Image-Enhancements.md), Group Manager, threshold controls, and (when applicable) [Annotation Sets](Annotation-Sets.md). +Use the dropdown at the top of that panel to switch tools, including [Dataset Info](UI-DatasetInfo.md), [Revision History](Web-Version.md#revision-history), [Image Adjustments](UI-Image-Enhancements.md), Group Manager, threshold controls, and (when applicable) [Annotation Sets](Annotation-Sets.md). ### Editing Status Indicator diff --git a/docs/UI-Timeline.md b/docs/UI-Timeline.md index 62414e3d5..121a88dbf 100644 --- a/docs/UI-Timeline.md +++ b/docs/UI-Timeline.md @@ -18,7 +18,7 @@ The timeline provides a control bar and a few different temporal visualizations. * ==:material-lock-open:== will enable camera lock, which causes the annotation view to auto-zoom and pan to whatever annotation is currently selected. This is useful when reviewing the output of a pipeline. * Hovering over the camera lock will open additional settings for forcing transition and locking to a zoomed in multiple of the bbox size * ==:material-image-filter-center-focus:== or the ++r++ key will reset zoom/pan in the annotation view. -* ==:material-contrast-box:== will open the [Image Enhancements](UI-Image-Enhancements.md) panel. +* ==:material-contrast-box:== will open the [Image Adjustments](UI-Image-Enhancements.md) panel. ## Multicam gap indicators diff --git a/mkdocs.yml b/mkdocs.yml index a15101bb1..bddca650d 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -70,7 +70,7 @@ nav: - Suppression: UI-Suppression.md - Group Manager: UI-Group-Manager.md - Dataset Info: UI-DatasetInfo.md - - Image Enhancements: UI-Image-Enhancements.md + - Image Adjustments: UI-Image-Enhancements.md - Annotation Sets: Annotation-Sets.md - Scoring: Scoring.md - Query: Query.md