Functions | |
| cpl_imagelist * | cpl_imagelist_load_frameset (const cpl_frameset *fset, cpl_type itype, int pnum, int extnum) |
| Load an imagelist from a frameset. | |
#include <cpl_frameset_io.h>
| cpl_imagelist* cpl_imagelist_load_frameset | ( | const cpl_frameset * | fset, | |
| cpl_type | itype, | |||
| int | pnum, | |||
| int | extnum | |||
| ) |
Load an imagelist from a frameset.
| fset | The frames set | |
| itype | The required image type | |
| pnum | The plane number | |
| extnum | The required extension |
pnum = 0 is for all planes. pnum = n is for plane number n.
The returned cpl_imagelist must be deallocated using cpl_imagelist_delete()
Possible _cpl_error_code_ set in this function:
1.5.1