The Imaging Common Dialog libraries provide a set of common dialog boxes that combine Windows Common Dialog functionality with the imaging functionality contained in the LEADTOOLS toolkits. For a list of required DLL's, refer to Files To Be Included With Your Application. Imaging Common Dialogs are provided for numerous image processing, effects and filtering functions. These libraries include the following features:
These dialogs provide input parameters needed for the many LEADTOOLS imaging functions. The following list gives the name of the function that displays the dialog on the left and the image processing function associated with it on the right, if one exists. For more information on the Image Processing functions, refer to the LEADTOOLS Main C API help file in the LEADTOOLS/HELP directory.
In addition to the dialog functions provided for image processing, LEADTOOLS also provides Imaging Common Dialog functions for general use and dialog maintenance. These are:
Implementing help for LEADTOOLS dialogs is achieved by setting a pointer to a help callback function in the structure passed to the L_DlgXXX function. The callback function will be called to provide the appropriate help for the corresponding dialog if the user clicks on the Help Button. For more information concerning implementing the help callback function, refer to LTCOMMDLGHELPCB Callback Function.