summaryrefslogtreecommitdiffstats
path: root/image_writer.h
diff options
context:
space:
mode:
Diffstat (limited to 'image_writer.h')
-rw-r--r--image_writer.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/image_writer.h b/image_writer.h
index 1253bb5d8b..fb230684d2 100644
--- a/image_writer.h
+++ b/image_writer.h
@@ -22,6 +22,11 @@ struct image_writer_opts {
char *filetype;
int png_compression;
int jpeg_quality;
+ int jpeg_optimize;
+ int jpeg_smooth;
+ int jpeg_dpi;
+ int jpeg_progressive;
+ int jpeg_baseline;
};
extern const struct image_writer_opts image_writer_opts_defaults;