mirror of
https://github.com/lovell/sharp.git
synced 2026-02-04 21:56:18 +01:00
Upgrade to libvips v8.14.0-rc1
- Replace GIF 'optimise' option with 'reuse' - Add 'progressive' option to GIF - Add 'wrap' option to text creation - Add 'formatMagick' property to *magick input metadata
This commit is contained in:
@@ -3679,6 +3679,13 @@ VipsBlob *VImage::webpsave_buffer( VOption *options ) const
|
||||
return( buffer );
|
||||
}
|
||||
|
||||
void VImage::webpsave_mime( VOption *options ) const
|
||||
{
|
||||
call( "webpsave_mime",
|
||||
(options ? options : VImage::option())->
|
||||
set( "in", *this ) );
|
||||
}
|
||||
|
||||
void VImage::webpsave_target( VTarget target, VOption *options ) const
|
||||
{
|
||||
call( "webpsave_target",
|
||||
|
||||
Reference in New Issue
Block a user