_imFile Struct Reference
[File Format SDK]
Inherited by imFormat.
Detailed Description
- Base container to hold format independent state variables.
Data Fields | |
| int | is_new |
| void * | attrib_table |
| void * | line_buffer |
| int | line_buffer_size |
| int | line_buffer_extra |
| int | line_buffer_alloc |
| int | counter |
| int | convert_bpp |
| int | switch_type |
| long | palette [256] |
| int | palette_count |
| int | user_color_mode |
| int | user_data_type |
| int | file_color_mode |
| int | file_data_type |
| char | compression [10] |
| int | image_count |
| int | width |
| int | height |
Field Documentation
|
|
in fact is a imAttribTable, but we hide this here |
|
|
used for line convertion, contains all components if packed, or only one if not |
|
|
extra bytes to be allocated |
|
|
total allocated so far |
|
|
number of bpp to expand or compact to/from 8bpp |
|
|
flag to switch the original data type: char-byte, short-ushort, uint-int, double-float |
The documentation for this struct was generated from the following file: