diff options
Diffstat (limited to 'src/libs/jpegutils/transupp.h')
-rw-r--r-- | src/libs/jpegutils/transupp.h | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/src/libs/jpegutils/transupp.h b/src/libs/jpegutils/transupp.h index 7dd3fad6..3ecfda1f 100644 --- a/src/libs/jpegutils/transupp.h +++ b/src/libs/jpegutils/transupp.h @@ -132,12 +132,12 @@ typedef enum { typedef struct { /* Options: set by caller */ JXFORM_CODE transform; /* image transform operator */ - boolean perfect; /* if TRUE, fail if partial MCUs are requested */ - boolean trim; /* if TRUE, trim partial MCUs as needed */ - boolean force_grayscale; /* if TRUE, convert color image to grayscale */ - boolean crop; /* if TRUE, crop source image */ + boolean perfect; /* if true, fail if partial MCUs are requested */ + boolean trim; /* if true, trim partial MCUs as needed */ + boolean force_grayscale; /* if true, convert color image to grayscale */ + boolean crop; /* if true, crop source image */ - /* Crop parameters: application need not set these unless crop is TRUE. + /* Crop parameters: application need not set these unless crop is true. * These can be filled in by jtransform_parse_crop_spec(). */ JDIMENSION crop_width; /* Width of selected region */ @@ -318,8 +318,8 @@ typedef enum { typedef struct { /* Options: set by caller */ JXFORM_CODE transform; /* image transform operator */ - boolean trim; /* if TRUE, trim partial MCUs as needed */ - boolean force_grayscale; /* if TRUE, convert color image to grayscale */ + boolean trim; /* if true, trim partial MCUs as needed */ + boolean force_grayscale; /* if true, convert color image to grayscale */ /* Internal workspace: caller should not touch these */ int num_components; /* # of components in workspace */ |