The following demo programs are in separate EXAMPLES subdirectories of the path where you installed your product (such as C:\LEADTOOLS22\Examples\).
The executable files for these examples were compiled with all LEADTOOLS capabilities unlocked. However, for redeployment, some of these capabilities require product-specific unlock keys. Otherwise, if you recompile the examples, the resulting executable files will not have the locked capabilities.
To unlock and redeploy these capabilities, you must purchase an appropriate product license, such as that included with a LEADTOOLS Document/Medical toolkit.
The following demos are available:
Demo Name | Source Code Path | Description |
---|---|---|
Animation | \Examples\Viewers\C\AnimView | Demonstrates LEADTOOLS Animation features.
|
Demo Name | Source Code Path | Description |
---|---|---|
Floater | \Examples\Viewers\C\Floater | Demonstrates how to position two or more images in the same display Shows how to load and position multiple images next to each other and then to save the images as a single image. |
Demo Name | Source Code Path | Pre-Compiled Executable Path | Description |
---|---|---|---|
Image Viewer | \Examples\Viewers\C\ImageViewer | \Bin\CDLL\<Win32/x64>\ImageViewer_Original.exe |
Demonstrates the DICOM / Medical image display functionality.
|
Demo Name | Source Code Path | Description |
---|---|---|
Magnifying Glass | \Examples\Viewers\C\MagGlass | Demonstrates Magnify Glass features. Provides a means of "zooming in" on the image. |
Demo Name | Source Code Path | Description |
---|---|---|
Paint DC | \Examples\Viewers\C\PaintDC | Demonstrates how to draw an image to a Device Context Shows how to draw a given image to a Device Context, optionally cropping the image with a given rectangle. |
Demo Name | Source Code Path | Pre-Compiled Executable Path | Description |
---|---|---|---|
Quick View Utility | \Examples\Viewers\C\QuickViewUtility | \Bin\CDLL\<Win32/x64>\QuickViewUtility_Original.exe |
Simple Console app for quickly displaying images |
Demo Name | Source Code Path | Pre-Compiled Executable Path | Description |
---|---|---|---|
Scroll Zoom | \Examples\Viewers\C\ScrollZoom | \Bin\CDLL\<Win32/x64>\ScrollZoom_Original.exe |
Demonstrates the capability to display, zoom in, and zoom out any image with vertical and horizontal scroll. |
Demo Name | Source Code Path | Pre-Compiled Executable Path | Description |
---|---|---|---|
Zoom View | \Examples\Viewers\C\ZoomView | \Bin\CDLL\<Win32/x64>\ZoomView_Original.exe |
Demonstrates how to zoom with an image Shows how to perform zooming and other zoom features (zoom to fit, zoom normal, etc.) on an image |
For more information, refer to:
Programming with LEADTOOLS Medical Image Viewer