formZ SDK | 5.0 API Reference | Project | File Formats | Structured File Translator | Image Bitmap

fz_ffmt_image_bmap_get_read_funcs

Description

Gets the functions needed to read bitmap data from a file.

Plugin Prototype

fzrt_error_td fz_ffmt_image_bmap_get_read_funcs(

fz_ffmt_ref_td

ffmt_id,

fz_ffmt_cbak_image_bmap_read_info_func *

read_info,

fz_ffmt_cbak_image_bmap_read_func *

read_bitmap )

Parameters

ffmt_id [Input]

The file format reference id.

read_info [Result, Optional]

The function which reads image info.

read_bitmap [Result, Optional]

The function which reads image pixels.

Returns

FZRT_NOERR on success. An error otherwise.

Availability

5.0.0.0

Function Set

fz_ffmt_image_fset


Defined in

fz_ffmt_api.h