diff options
author | TDE Weblate <[email protected]> | 2025-03-15 13:04:23 +0000 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2025-03-19 13:12:11 +0900 |
commit | 8b3a88df55c67e3e75b93385db1c4f27f409a06f (patch) | |
tree | 8427cf9e4892c66674645e7152c3246a334bd165 /src/libs/jpegutils/transupp.h | |
parent | 0b5e696d79ab1a160293d520b7526e031238989a (diff) | |
download | digikam-rename/true-false.tar.gz digikam-rename/true-false.zip |
Update translation filesrename/true-false
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.
Translation: applications/digikam
Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/digikam/
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 */ |