@@ -2977,6 +2977,8 @@ static VImage heifload_source( VSource source, VOption *options = 0 );
2977
2977
* - **Q** -- Q factor, int.
2978
2978
* - **lossless** -- Enable lossless compression, bool.
2979
2979
* - **compression** -- Compression format, VipsForeignHeifCompression.
2980
+ * - **speed**: -- CPU effort, 0 slowest - 8 fastest, AV1 compression only, int.
2981
+ * - **subsample_mode** -- Select chroma subsample operation mode, VipsForeignSubsample.
2980
2982
* - **strip** -- Strip all metadata from image, bool.
2981
2983
* - **background** -- Background value, std::vector<double>.
2982
2984
* - **page_height** -- Set page height for multipage save, int.
@@ -2993,6 +2995,8 @@ void heifsave( const char *filename, VOption *options = 0 ) const;
2993
2995
* - **Q** -- Q factor, int.
2994
2996
* - **lossless** -- Enable lossless compression, bool.
2995
2997
* - **compression** -- Compression format, VipsForeignHeifCompression.
2998
+ * - **speed**: -- CPU effort, 0 slowest - 8 fastest, AV1 compression only, int.
2999
+ * - **subsample_mode** -- Select chroma subsample operation mode, VipsForeignSubsample.
2996
3000
* - **strip** -- Strip all metadata from image, bool.
2997
3001
* - **background** -- Background value, std::vector<double>.
2998
3002
* - **page_height** -- Set page height for multipage save, int.
@@ -3009,6 +3013,8 @@ VipsBlob *heifsave_buffer( VOption *options = 0 ) const;
3009
3013
* - **Q** -- Q factor, int.
3010
3014
* - **lossless** -- Enable lossless compression, bool.
3011
3015
* - **compression** -- Compression format, VipsForeignHeifCompression.
3016
+ * - **speed**: -- CPU effort, 0 slowest - 8 fastest, AV1 compression only, int.
3017
+ * - **subsample_mode** -- Select chroma subsample operation mode, VipsForeignSubsample.
3012
3018
* - **strip** -- Strip all metadata from image, bool.
3013
3019
* - **background** -- Background value, std::vector<double>.
3014
3020
* - **page_height** -- Set page height for multipage save, int.
@@ -3341,7 +3347,7 @@ static VImage jpegload_source( VSource source, VOption *options = 0 );
3341
3347
* - **overshoot_deringing** -- Apply overshooting to samples with extreme values, bool.
3342
3348
* - **optimize_scans** -- Split spectrum of DCT coefficients into separate scans, bool.
3343
3349
* - **quant_table** -- Use predefined quantization table with given index, int.
3344
- * - **subsample_mode** -- Select chroma subsample operation mode, VipsForeignJpegSubsample .
3350
+ * - **subsample_mode** -- Select chroma subsample operation mode, VipsForeignSubsample .
3345
3351
* - **strip** -- Strip all metadata from image, bool.
3346
3352
* - **background** -- Background value, std::vector<double>.
3347
3353
* - **page_height** -- Set page height for multipage save, int.
@@ -3364,7 +3370,7 @@ void jpegsave( const char *filename, VOption *options = 0 ) const;
3364
3370
* - **overshoot_deringing** -- Apply overshooting to samples with extreme values, bool.
3365
3371
* - **optimize_scans** -- Split spectrum of DCT coefficients into separate scans, bool.
3366
3372
* - **quant_table** -- Use predefined quantization table with given index, int.
3367
- * - **subsample_mode** -- Select chroma subsample operation mode, VipsForeignJpegSubsample .
3373
+ * - **subsample_mode** -- Select chroma subsample operation mode, VipsForeignSubsample .
3368
3374
* - **strip** -- Strip all metadata from image, bool.
3369
3375
* - **background** -- Background value, std::vector<double>.
3370
3376
* - **page_height** -- Set page height for multipage save, int.
@@ -3387,7 +3393,7 @@ VipsBlob *jpegsave_buffer( VOption *options = 0 ) const;
3387
3393
* - **overshoot_deringing** -- Apply overshooting to samples with extreme values, bool.
3388
3394
* - **optimize_scans** -- Split spectrum of DCT coefficients into separate scans, bool.
3389
3395
* - **quant_table** -- Use predefined quantization table with given index, int.
3390
- * - **subsample_mode** -- Select chroma subsample operation mode, VipsForeignJpegSubsample .
3396
+ * - **subsample_mode** -- Select chroma subsample operation mode, VipsForeignSubsample .
3391
3397
* - **strip** -- Strip all metadata from image, bool.
3392
3398
* - **background** -- Background value, std::vector<double>.
3393
3399
* - **page_height** -- Set page height for multipage save, int.
@@ -3409,7 +3415,7 @@ void jpegsave_mime( VOption *options = 0 ) const;
3409
3415
* - **overshoot_deringing** -- Apply overshooting to samples with extreme values, bool.
3410
3416
* - **optimize_scans** -- Split spectrum of DCT coefficients into separate scans, bool.
3411
3417
* - **quant_table** -- Use predefined quantization table with given index, int.
3412
- * - **subsample_mode** -- Select chroma subsample operation mode, VipsForeignJpegSubsample .
3418
+ * - **subsample_mode** -- Select chroma subsample operation mode, VipsForeignSubsample .
3413
3419
* - **strip** -- Strip all metadata from image, bool.
3414
3420
* - **background** -- Background value, std::vector<double>.
3415
3421
* - **page_height** -- Set page height for multipage save, int.
0 commit comments