Function
Vipsforeign_flags
Declaration [src]
VipsForeignFlags
vips_foreign_flags (
const char* loader,
const char* filename
)
Description [src]
Return the flags for filename using loader.
loader is something like “tiffload” or “VipsForeignLoadTiff”.
Parameters
loader |
const char* |
Name of loader to use for test. |
|
| The data is owned by the caller of the function. | |
| The value is a NUL terminated UTF-8 string. | |
filename |
const char* |
File to test. |
|
| The data is owned by the caller of the function. | |
| The value is a NUL terminated UTF-8 string. |
Return value
| Returns: | VipsForeignFlags |
The flags for |