fix doc error
Thanks MathemanFlo see https://github.com/libvips/libvips/issues/1618
This commit is contained in:
parent
fada5f2a44
commit
5229061360
@ -445,7 +445,7 @@ int vips_webpsave_mime( VipsImage *in, ... )
|
|||||||
*
|
*
|
||||||
* Use @Q to set the jpeg compression level, default 75.
|
* Use @Q to set the jpeg compression level, default 75.
|
||||||
*
|
*
|
||||||
* Use @prediction to set the lzw or deflate prediction, default none.
|
* Use @predictor to set the lzw or deflate prediction, default horizontal.
|
||||||
*
|
*
|
||||||
* Use @lossless to set WEBP lossless compression.
|
* Use @lossless to set WEBP lossless compression.
|
||||||
*
|
*
|
||||||
@ -464,7 +464,7 @@ typedef enum {
|
|||||||
} VipsForeignTiffCompression;
|
} VipsForeignTiffCompression;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* VipsForeignTiffPredictor:
|
* VipsForeignTiffPoor:
|
||||||
* @VIPS_FOREIGN_TIFF_PREDICTOR_NONE: no prediction
|
* @VIPS_FOREIGN_TIFF_PREDICTOR_NONE: no prediction
|
||||||
* @VIPS_FOREIGN_TIFF_PREDICTOR_HORIZONTAL: horizontal differencing
|
* @VIPS_FOREIGN_TIFF_PREDICTOR_HORIZONTAL: horizontal differencing
|
||||||
* @VIPS_FOREIGN_TIFF_PREDICTOR_FLOAT: float predictor
|
* @VIPS_FOREIGN_TIFF_PREDICTOR_FLOAT: float predictor
|
||||||
|
Loading…
Reference in New Issue
Block a user