Visual Basic (Declaration) | |
---|---|
Public Class WindowLevelExtCommand Inherits RasterCommand Implements IRasterCommand |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public class WindowLevelExtCommand : RasterCommand, IRasterCommand |
C++/CLI | |
---|---|
public ref class WindowLevelExtCommand : public RasterCommand, IRasterCommand |
Run the WindowLevelExtCommand on an image.
Visual Basic | Copy Code |
---|---|
Public Sub WindowLevelExtCommandExample() |
C# | Copy Code |
---|---|
public void WindowLevelExtCommandExample() |
This command supports 12 and 16-bit grayscale. Support for 12 and 16-bit grayscale images is available only in the Document/Medical toolkits. This command does not support 32-bit grayscale images.
Only TIFF and DICOM file formats are capable of saving images that have been window-leveled. Images can be window-leveled by calling WindowLevelExtCommand and specifying RasterWindowLevelMode.PaintAndProcessing for the flags parameter, by using the WindowLevelExtCommand or by loading an image from a file format that supports Window Leveling. If a window-leveled image is saved as any other file format, the image data will be converted before being saved. For more information, refer to Saving Window-Leveled Images.
See WindowLevelCommand for a version of this class using 8-bit lookup tables.
For more information, refer to Introduction to Image Processing With LEADTOOLS.
For more information, refer to Grayscale Images.
System.Object
Leadtools.ImageProcessing.RasterCommand
Leadtools.ImageProcessing.Core.WindowLevelExtCommand
Target Platforms: Microsoft .NET Framework 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family
Reference
WindowLevelExtCommand MembersLeadtools.ImageProcessing.Core Namespace
Introduction to Image Processing With LEADTOOLS
Grayscale Images
WindowLevelCommand Class
ApplyVoiLookupTableCommand Class
WindowLevelFillLookupTable
GrayScaleToDuotoneCommand
GrayScaleToMultitoneCommand
SelectDataCommand Class
ShiftDataCommand Class