From 52290613600cf4963f668dbf3d292ae5345509a3 Mon Sep 17 00:00:00 2001 From: John Cupitt Date: Wed, 22 Apr 2020 11:32:21 +0100 Subject: [PATCH] fix doc error Thanks MathemanFlo see https://github.com/libvips/libvips/issues/1618 --- libvips/include/vips/foreign.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libvips/include/vips/foreign.h b/libvips/include/vips/foreign.h index b86aacdb..1f06f838 100644 --- a/libvips/include/vips/foreign.h +++ b/libvips/include/vips/foreign.h @@ -445,7 +445,7 @@ int vips_webpsave_mime( VipsImage *in, ... ) * * 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. * @@ -464,7 +464,7 @@ typedef enum { } VipsForeignTiffCompression; /** - * VipsForeignTiffPredictor: + * VipsForeignTiffPoor: * @VIPS_FOREIGN_TIFF_PREDICTOR_NONE: no prediction * @VIPS_FOREIGN_TIFF_PREDICTOR_HORIZONTAL: horizontal differencing * @VIPS_FOREIGN_TIFF_PREDICTOR_FLOAT: float predictor