Load an imagelist from a frameset.
- Parameters:
-
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 |
- Returns:
- the loaded list of images or NULL on error.
- Note:
- The returned cpl_imagelist must be deallocated using cpl_imagelist_delete()
Possible _cpl_error_code_ set in this function:
- CPL_ERROR_NULL_INPUT if fset is NULL
- CPL_ERROR_ILLEGAL_INPUT if pnum is negative, xtnum is lower than -1 or one image cannot be loaded as specified