Data Fields | |
int | block_type |
int | hdr_size |
int | data_size |
crc32_t | chk |
crc32_t | crc |
int | chk_flag |
int | crc_flag |
union { | |
gs_hdr gs | |
tc_hdr tc | |
} | hdr_data |
Block type
Either EPS_GRAYSCALE_BLOCK or EPS_TRUECOLOR_BLOCK.
Referenced by eps_read_block_header().
Header size in bytes
Referenced by eps_decode_grayscale_block(), eps_decode_truecolor_block(), eps_truncate_block(), read_gs_header(), and read_tc_header().
Data size in bytes
Referenced by eps_decode_grayscale_block(), eps_decode_truecolor_block(), eps_truncate_block(), read_gs_header(), and read_tc_header().
Header CRC
Referenced by read_gs_header(), and read_tc_header().
Data CRC
Referenced by read_gs_header(), and read_tc_header().
Header CRC flag
Either EPS_GOOD_CRC or EPS_BAD_CRC
Referenced by read_gs_header(), and read_tc_header().
Data CRC flag
Either EPS_GOOD_CRC or EPS_BAD_CRC
Referenced by read_gs_header(), and read_tc_header().
Special information for GRAYSCALE blocks
Referenced by eps_decode_grayscale_block(), and read_gs_header().
Special information for TRUECOLOR blocks
Referenced by eps_decode_truecolor_block(), and read_tc_header().