LEADTOOLS Imaging Common Dialogs
The LEADTOOLS Common Dialog boxes greatly simplify development and save hours of tedious programming by extending Windows common dialogs to provide imaging specific capabilities. The Common Dialog boxes provide complete code for all common imaging dialogs such as image processing, conversion and effects. Thumbnail previewing of image changes saves processing time and avoids un-dos.
The LEADTOOLS Common Dialog libraries provide a set of common dialog boxes that combine Windows Common Dialog functionality with LEADTOOLS imaging functionality. Common Dialogs are provided for FileOpen, FileSave, Color Resolution, Image Processing/Filtering, and Effects. You can specify your own String and/or Text, as well as handle Language Customization – This is a great feature for localizing your software for International users.
The LEADTOOLS Imaging Common Dialogs also provide input dialog boxes for all of the LEADTOOLS image processing functions. These dialogs allow you to quickly and easily enable your application to gather input from end-users for the parameters required by the various LEADTOOLS functions. These dialogs can also be used to automatically process the image based on end-user input (thus reducing the amount of code you have to write).
The dialog functions feature:
Reusable dialogs for the most common LEADTOOLS image processing functions and effects.
Extending FileOpen and FileSave dialogs which contain LEADTOOLS specific options.
Thumbnail Preview option for FileOpen dialog allows the user to preview images without loading them.
Thumbnail Preview for image processing dialogs allows the user to preview the change without actually affecting the original image.
An optional Help Button callback function lets you provide custom help information for each dialog.
User Interface control for the dialogs is provided through flags passed to each dialog function or method.
Optional Automatic processing of the image by the dialog.