Function
Vipsfilename_get_options
Declaration [src]
char*
vips_filename_get_options (
const char* vips_filename
)
Description [src]
Given a vips filename like “fred.jpg[Q=90]”, return a new string of just the options part, “[Q=90]” in this case.
Useful for language bindings.
See also