Function
Vipsjxlload
Declaration [src]
int
vips_jxlload (
const char* filename,
VipsImage** out,
...
)
Description [src]
Read a JPEG-XL image.
The JPEG-XL loader and saver are experimental features and may change in future libvips versions.
See also: vips_image_new_from_file().
| This function is not directly available to language bindings |
Parameters
filename |
const char* |
File to load. |
|
| The data is owned by the caller of the function. | |
| The value is a NUL terminated UTF-8 string. | |
out |
VipsImage |
Decompressed image. |
|
| The argument will be set by the function. | |
| The called function takes ownership of the data, and is responsible for freeing it. | |
... |
|
|