diff options
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 e31ed52..e26218e 100644 --- a/src/jpeg-utils.h +++ b/src/jpeg-utils.h @@ -69,7 +69,7 @@ void free_exif_data (TExifData *data); * - setting thumbnail flag will remove all profiles and optimize for size */ gboolean resize_image (const gchar *src, const gchar *dst, - int size_x, int size_y, + unsigned long size_x, unsigned long size_y, int quality, gboolean thumbnail, ThumbnailSquareType squared_thumbnail_type); |
