- fix comment

This commit is contained in:
elad laufer 2020-02-18 18:21:21 +02:00
parent 8749871c71
commit 1db2f4731c
1 changed files with 6 additions and 3 deletions

View File

@ -73,12 +73,15 @@ typedef struct _VipsForeignSaveJpeg {
*/
gboolean interlace;
/* Disable chroma subsampling.
/* Deprecated: Disable chroma subsampling. Use subsample_mode instead.
*/
gboolean no_subsample;
/* Force chroma subsampling, if Q >= 90 then subsampling is disabled, use this flag to force it
*/
/* Select chroma subsampling mode:
* auto will disable subsampling for Q >= 90
* on will always enable subsampling
* off will always disable subsampling
*/
VipsForeignJpegSubsample subsample_mode;
/* Apply trellis quantisation to each 8x8 block.