stuff
This commit is contained in:
parent
4f40a94ffe
commit
6ea9df5b9d
@ -110,7 +110,8 @@ void *vips_format_map( VSListMap2Fn fn, void *a, void *b );
|
|||||||
VipsFormatClass *vips_format_for_file( const char *filename );
|
VipsFormatClass *vips_format_for_file( const char *filename );
|
||||||
VipsFormatClass *vips_format_for_name( const char *filename );
|
VipsFormatClass *vips_format_for_name( const char *filename );
|
||||||
|
|
||||||
VipsFormatFlags vips_format_get_flags( VipsFormatClass *format );
|
VipsFormatFlags vips_format_get_flags( VipsFormatClass *format,
|
||||||
|
const char *filename );
|
||||||
|
|
||||||
/* Read/write an image convenience functions.
|
/* Read/write an image convenience functions.
|
||||||
*/
|
*/
|
||||||
|
@ -126,7 +126,7 @@ vips_format_init( VipsFormat *object )
|
|||||||
}
|
}
|
||||||
|
|
||||||
VipsFormatFlags
|
VipsFormatFlags
|
||||||
vips_format_get_flags( VipsFormatClass *format )
|
vips_format_get_flags( VipsFormatClass *format, const char *filename )
|
||||||
{
|
{
|
||||||
return( format->get_flags ? format->get_flags( filename ) : 0 );
|
return( format->get_flags ? format->get_flags( filename ) : 0 );
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user