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 | Pre-Compiled Executable Path | Description |
---|---|---|---|
Image Viewer | \Examples\Viewers\C\ImageViewer(MFC) | \Bin\CDLL\<Win32/x64>\CLImageViewer_Original.exe |
Demonstrates the DICOM/Medical image display functionality.
|
Demo Name | Source Code Path | Description |
---|---|---|
Paint DC | \Examples\Viewers\C\PaintDC(MFC) | 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 | Description |
---|---|---|
Scroll Zoom | \Examples\Viewers\C\ScrollZoom(MFC) | Demonstrates the capability to display, zoom in, and zoom out any image with vertical and horizontal scroll. |
Demo Name | Source Code Path | Description |
---|---|---|
Raster Paint | \Examples\Viewers\C\SetTool(MFC) | Demonstrates some basic zoom tool and region selecting functionality of the class library using LEADTOOLS SDK. |
Demo Name | Source Code Path | Pre-Compiled Executable Path | Description |
---|---|---|---|
Zoom View | \Examples\Viewers\C\ZoomView(MFC) | \Bin\CDLL\<Win32/x64>\CLZoomView_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