Method
VipsImagejp2ksave_target
Declaration [src]
int
vips_jp2ksave_target (
VipsImage* in,
VipsTarget* target,
...
)
Description [src]
As vips_jp2ksave(), but save to a target.
::: tip “Optional arguments”
* Q: gint, quality factor
* lossless: gboolean, enables lossless compression
* tile_width: gint, tile width
* tile_height: gint, tile width
* subsample_mode: VipsForeignSubsample, chroma subsampling mode
::: seealso
vips_jp2ksave(), vips_image_write_to_target().
Parameters
target |
VipsTarget |
Save image to this target. |
|
| The data is owned by the caller of the function. | |
... |
none |
|