Common Pipeline Library Reference 7.3.2
|
Functions | |
cpl_imagelist * | cpl_imagelist_load_frameset (const cpl_frameset *fset, cpl_type im_type, cpl_size pnum, cpl_size xtnum) |
Load an imagelist from a frameset. | |
cpl_imagelist * cpl_imagelist_load_frameset | ( | const cpl_frameset * | fset, |
cpl_type | im_type, | ||
cpl_size | pnum, | ||
cpl_size | xtnum | ||
) |
Load an imagelist from a frameset.
fset | The frames set |
im_type | The required image type |
pnum | The plane number, 1 for first, 0 for all planes |
xtnum | The extension number, 0 for primary, n for nth, -1 for all |
Possible _cpl_error_code_ set in this function:
References cpl_ensure, CPL_ERROR_ACCESS_OUT_OF_RANGE, CPL_ERROR_BAD_FILE_FORMAT, CPL_ERROR_DATA_NOT_FOUND, cpl_error_get_code(), CPL_ERROR_ILLEGAL_INPUT, CPL_ERROR_NULL_INPUT, cpl_error_set, cpl_errorstate_get(), cpl_errorstate_is_equal(), cpl_errorstate_set(), cpl_frame_get_filename(), cpl_frameset_iterator_advance(), cpl_frameset_iterator_delete(), cpl_frameset_iterator_get_const(), cpl_frameset_iterator_new(), cpl_image_delete(), cpl_imagelist_delete(), cpl_imagelist_get_size(), cpl_imagelist_new(), cpl_imagelist_set(), and CPL_SIZE_FORMAT.