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 |
---|---|---|
DIB DDB | \Examples\Main\C\DIBDDB | Demonstrates the DIB "LEAD Bitmap" DDB cycle. Loads a bitmap and converts between Device Independent Bitmap, LEAD Bitmap, and Device Dependent Bitmap. |
Demo Name | Source Code Path | Description |
---|---|---|
Draw | \Examples\Main\C\Draw | Demonstrates LEADTOOLS ability to draw directly on an image Shows how to draw various objects to an image. Objects that can be drawn include: points, lines, rectangles, and more. |
Demo Name | Source Code Path | Pre-Compiled Executable Path | Description |
---|---|---|---|
Main | \Examples\Main\C\MainDemo | \Bin\CDLL\<Win32/x64>\MainDemo_Original.exe |
Demonstrates many of the basic and advanced core features of LEADTOOLS.
|