#include <FreeImagePlus.h>
Inheritance diagram for fipGenericImage:

Public Member Functions | |
Accessors | |
| WORD | getWidth () |
| Returns the image width in pixels. | |
| WORD | getHeight () |
| Returns the image height in pixels. | |
| WORD | getScanWidth () |
| Returns the width of the bitmap in bytes rounded to the nearest DWORD. | |
Information functions | |
| virtual BOOL | isValid ()=0 |
| Returns TRUE if the image is allocated, FALSE otherwise. | |
Protected Attributes | |
| WORD | m_Width |
| Image width. | |
| WORD | m_Height |
| Image height. | |
| WORD | m_ScanWidth |
| Length of a line (in bytes) rounded to 32-bit. | |
|
|
Returns the image height in pixels.
|
|
|
Returns the width of the bitmap in bytes rounded to the nearest DWORD.
|
|
|
Returns the image width in pixels.
|
|
|
Returns TRUE if the image is allocated, FALSE otherwise.
Implemented in fipImage. |
|
|
Image height.
|
|
|
Length of a line (in bytes) rounded to 32-bit.
|
|
|
Image width.
|
