diff options
| author | Tomas Bzatek <tbzatek@users.sourceforge.net> | 2013-04-07 17:03:56 +0200 |
|---|---|---|
| committer | Tomas Bzatek <tbzatek@users.sourceforge.net> | 2013-04-07 17:03:56 +0200 |
| commit | d912f084ffbcae0ca4b8fdfb355d6bbd6a6d3506 (patch) | |
| tree | fcdf8c9a8998781082c776ca206e76c00c87db53 /src/jpeg-utils.h | |
| parent | 146405c508971f59b7784baab5b351a8ec34f5d2 (diff) | |
| download | cataract-d912f084ffbcae0ca4b8fdfb355d6bbd6a6d3506.tar.xz | |
Set squared thumbnail crop amount to 0
The 5 percent value (from each side) wasn't really doing any good...
Let me know if you actually liked it.
Diffstat (limited to 'src/jpeg-utils.h')
| -rw-r--r-- | src/jpeg-utils.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/jpeg-utils.h b/src/jpeg-utils.h index 90aa2fa..0e3cd1f 100644 --- a/src/jpeg-utils.h +++ b/src/jpeg-utils.h @@ -24,7 +24,7 @@ G_BEGIN_DECLS -#define SQUARED_SIMPLE_SHAVE_AMOUNT 5 /* percent */ +#define SQUARED_SIMPLE_SHAVE_AMOUNT 0 /* percent */ /* EXIF data known keys */ #define EXIF_APERTURE "Exif.Photo.FNumber" |
