Imaging Common Dialogs

LEADTOOLS Imaging 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 professional common imaging dialogs such as image processing, conversion and effects. Before and after thumbnail previewing of image saves processing time and avoids un-dos.

The LEADTOOLS Imaging 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:

Supported Platforms

Imaging Common Dialogs – C DLL

Imaging Common Dialogs – C++ Class Library

Imaging Common Dialogs – .NET