Window/level baking
Bake the current window/level into the pixel values for fixed-contrast output.
Problem
A DICOM image uses the Modality LUT (Rescale Slope/Intercept) to map raw pixel values to Hounsfield Units at display time. While this preserves the full dynamic range for diagnostic viewing, some downstream consumers (AI pipelines, web viewers, presentation tools) need a pre-windowed 8-bit image with the window/level already applied (“baked in”). Baking the W/L discards the Modality LUT and Window Center/Width tags, producing a simple 8-bit MONOCHROME2 image.
Steps
-
Open the file (⌘O).
-
Open Pixel Operations — ⌘K → “Pixel operations…”.
-
Select Bake W/L.
-
Click Apply transform — no additional parameters are needed; the current viewport window/level settings are used.
-
Verify the output in Edit mode (⌘3):
- Photometric Interpretation (0028,0004) →
MONOCHROME2 - Bits Allocated (0028,0100) →
8 - Window Center (0028,1050) → deleted (not visible)
- Window Width (0028,1051) → deleted (not visible)
- Photometric Interpretation (0028,0004) →
Result
The output is an 8-bit MONOCHROME2 image with the window baked into the pixels, so the Window Center/Width and Rescale Slope/Intercept tags are removed — it displays correctly in any viewer without further W/L adjustment.