This function shows the image information dialog box.
Copy Code
|
|
---|---|
VOID ACCUAPI IG_gui_image_info_dlg( HWND hWnd, HIGEAR hIGear ); |
Name | Type | Description |
---|---|---|
hWnd | HWND | A parent window for the image information dialog. |
hIGear | HIGEAR | An image for which to get information. |
None
All pixel formats supported by ImageGear for C and C++.
Color, Display, GUI Windows, Image Processing, IOSET, JPEG, Magnify, Medical, Memory IO, Palette Edit, Pixel Access, Poster, Print, Annotation, Vector, Filters, FlashPix, ImageClean, ISIS, TWAIN
Copy Code
|
|
---|---|
#include "IG_gui_common.h"
IG_gui_image_info_dlg( hWnd, hIGear );
|
The following image parameters are shown: Image Width, Image Height, Bits per pixel, DIB format, DIB size, Resolution units, Horizontal Resolution, Vertical Resolution. Image preview is also available.