Method
VipsImagepngsave_target
Declaration [src]
int
vips_pngsave_target (
VipsImage* in,
VipsTarget* target,
...
)
Description [src]
Optional arguments:
compression: compression levelinterlace: interlace imageprofile: ICC profile to embedfilter: libpng row filter flag(s)palette: enable quantisation to 8bpp paletteQ: quality for 8bpp quantisationdither: amount of dithering for 8bpp quantizationbitdepth: %gint, set write bit depth to 1, 2, 4, 8 or 16effort: %gint, quantisation CPU effort
As vips_pngsave(), but save to a target.
See also: vips_pngsave(), vips_image_write_to_target().
| This method is not directly available to language bindings. |
Parameters
target |
VipsTarget |
Save image to this target. |
|
| The data is owned by the caller of the function. | |
... |
|
|