Add remove function to the C++ binding
To remove an item of metadata.
This commit is contained in:
parent
cd340d0ace
commit
bd5711ef8e
@ -422,6 +422,12 @@ public:
|
||||
return( value );
|
||||
}
|
||||
|
||||
bool
|
||||
remove( const char *name ) const
|
||||
{
|
||||
return( vips_image_remove( get_image(), name ) );
|
||||
}
|
||||
|
||||
static VOption *
|
||||
option()
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user