For pointers to sample programs that demonstrate many features, see the table below:
Assembly - Class/Namespace |
Comments |
---|---|
Leadtools.ColorConversion.dll - Leadtools.ColorConversion |
Methods for creating and manipulating ICC Profiles as well as supporting conversions among the RGB, BGR, YUV, CMYK, HSV,HLS, YIQ, CMY, LAB, YCCK, Y41P, UYVY, YUY2, YVU9, and YCC color spaces. |
libleadtools.colorconversion.so | Android shared object library for supporting ICC Profiles. |
Library | Description | Dependencies |
---|---|---|
Leadtools.ColorConversion.dll | Core Library |
Leadtools.dll |
NuGet Package | Description | |
Leadtools.Formats.Raster.Common | Common Raster File Formats Library |
Name | Path | Description |
---|---|---|
Basic Features Demo | \Examples\ImageProcessing\DotNet\BasicFeaturesDemo | Demonstrates some basic LEADTOOLS image processing and display features.
|
Color Conversion Demo | \Examples\ImageProcessing\DotNet\ColorConversionDemo | Demonstrates LEADTOOLS Colorspace Conversion SDK features. Converts image data in a buffer from one color conversion model to another. Formats supported include RGB, YUV, CMYK, HSV, HLS, YCC, ARGB, and many more. |
Document Cleanup Demo | \Examples\ImageProcessing\DotNet\DocumentCleanupDemo | Demonstrates Document Image Cleanup functionality.
|
Fusion Demo | \Examples\ImageProcessing\DotNet\FusionDemo | Demonstrates the Image Fusion feature of the Medical Viewer engine. Fusion demo allows the user to fuse two images together and adjust the fusion amount, transparency, scale, position, etc. Users can also can fuse two series together. |
GrayScale Demo | \Examples\ImageProcessing\DotNet\GrayScaleDemo | Demonstrates Medical Image processing functionalities The GrayScale Demo contains all LEADTOOLS medical image processing function and allow the user to adjust the parameter of each function, plus doing statistics, segmentation, region of interest, window level, etc. |
Image Processing Demo (WinForms) | \Examples\ImageProcessing\DotNet\ImageProcessingDemo | Demonstrates Image Processing functionality. Apply Image Processing filters to images. |
Interactive Histogram Demo | \Examples\ImageProcessing\DotNet\InteractiveHistDemo | Demonstrates powerful and comprehensive tools that allow the user to adjust any image histogram.
|
Image Processing Demo (WPF) | \Examples\ImageProcessing\DotNet\WPFImageProcessingDemo | Demonstrates Image Processing functionality. Apply Image Processing filters to images. |
WPF Shader Effects Demo | \Examples\ImageProcessing\DotNet\WPFShaderEffectsDemo | Demonstrates WPF Shader Effects.
|
Draw Demo | \Examples\Main\DotNet\DrawDemo | Demonstrates using RasterImage object as a drawing surface.
|
Main Demo | \Examples\Main\DotNet\MainDemo | Demonstrates many of the basic and advanced core features of LEADTOOLS.
|
Paint While Load Demo | \Examples\Main\DotNet\PaintWhileLoadDemo | Demonstrates painting an image to the screen while loading/decoding. Simulates receiving an image file over a slow connection. Paints the image in chunks, as it is loaded/decoded. |
Print Preview Demo | \Examples\Main\DotNet\PrintPreviewDemo | Demonstrates implementing image print preview support using LEADTOOLS. |
Main Demo (WPF) | \Examples\Main\DotNet\WPFMainDemo | Demonstrates many of the basic and advanced core features of LEADTOOLS WPF.
|
Getting Started (Guide to Example Programs)
Programming with LEADTOOLS Color Conversion Functions