Method
VipsImagepngsave_target
Declaration [src]
int
vips_pngsave_target (
VipsImage* in,
VipsTarget* target,
...
)
Description [src]
As vips_pngsave()
, but save to a target.
Optional arguments
compression
:gint
, compression levelinterlace
:gboolean
, interlace imagefilter
:VipsForeignPngFilter
, row filter flag(s)palette
:gboolean
, enable quantisation to 8bpp paletteQ
:gint
, quality for 8bpp quantisationdither
:gdouble
, amount of dithering for 8bpp quantizationbitdepth
:gint
, set write bit depth to 1, 2, 4, 8 or 16effort
:gint
, quantisation CPU effort
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.