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