Method
VipsImagewebpsave_target
Declaration [src]
int
vips_webpsave_target (
VipsImage* in,
VipsTarget* target,
...
)
Description [src]
As vips_webpsave()
, but save to a target.
Optional arguments
Q
:gint
, quality factorlossless
:gboolean
, enables lossless compressionpreset
:VipsForeignWebpPreset
, choose lossy compression presetsmart_subsample
:gboolean
, enables high quality chroma subsamplingsmart_deblock
:gboolean
, enables auto-adjusting of the deblocking filternear_lossless
:gboolean
, preprocess in lossless mode (controlled by Q)alpha_q
:gint
, set alpha quality in lossless modeeffort
:gint
, level of CPU effort to reduce file sizetarget_size
:gint
, desired target size in bytespasses
:gint
, number of entropy-analysis passesmin_size
:gboolean
, minimise sizemixed
:gboolean
, allow both lossy and lossless encodingkmin
:gint
, minimum number of frames between keyframeskmax
:gint
, maximum number of frames between keyframes
See also
This method is not directly available to language bindings.
Parameters
target
-
Type:
VipsTarget
Save image to this target.
The data is owned by the caller of the method. ...
-
Type:
NULL
-terminated list of optional named arguments.