Imaging Common Dialogs

The LEADTOOLS Common Dialog boxes greatly simplify development and save hours of tedious programming by combining Windows Common Dialog functionality with LEADTOOLS imaging functionality to provide imaging-specific capabilities. The Common Dialog boxes provide complete code for all common imaging dialogs such as FileOpen, FileSave, Color Resolution, Image Processing/Filtering, and Effects. Thumbnail previewing of image changes saves processing time and avoids un-dos. You can specify your own String and/or Text, as well as handle Language Customization – simplifying the task of localizing your software for International users.

The LEADTOOLS Imaging Common Dialogs also provide input dialog boxes for all 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:

image\sqrblit.jpg Reusable dialogs for the most common LEADTOOLS image processing functions and effects.

image\sqrblit.jpg Extended FileOpen and FileSave dialogs which contain LEADTOOLS specific options.

image\sqrblit.jpg Thumbnail Preview option for FileOpen dialog to allow the user to preview images without loading them.

image\sqrblit.jpg Thumbnail Preview for image processing dialogs to allow the user to preview changes without affecting the original image.

image\sqrblit.jpg A Help Button callback function to let you provide custom help information for each dialog (if desired).

image\sqrblit.jpg User Interface control for the dialogs provided through flags passed to each dialog function or method.

image\sqrblit.jpg Optional Automatic processing of the image by the dialog.

The common dialogs for the ContourFilter and Window Level Imaging are only available in the LEADTOOLS Medical Imaging and the LEADTOOLS Medical Imaging Suite toolkits.

The LEADTOOLS Imaging Common Dialogs features are available in the following products, except where noted above:

LEADTOOLS Raster Imaging

LEADTOOLS Raster Imaging Pro

LEADTOOLS Document Imaging

LEADTOOLS Document Imaging Suite

LEADTOOLS Medical Imaging

LEADTOOLS Medical Imaging Suite

Support for the Imaging Common Dialogs features is provided for the following programming interfaces:

ActiveX

API

Class Library

COM

.NET

VCL