summaryrefslogtreecommitdiffstats
path: root/src/helper/png-write.h
diff options
context:
space:
mode:
authorMarc Jeanmougin <marc@jeanmougin.fr>2017-01-04 23:08:02 +0000
committerMarc Jeanmougin <marcjeanmougin@free.fr>2017-01-04 23:08:02 +0000
commitb6200950a88ac9b1bb7eee4fb7f86b01e323dbcc (patch)
tree9b1840cc9bc11003a5444995c9d4ac69812c9d88 /src/helper/png-write.h
parentincreased space for font-size. (diff)
downloadinkscape-b6200950a88ac9b1bb7eee4fb7f86b01e323dbcc.tar.gz
inkscape-b6200950a88ac9b1bb7eee4fb7f86b01e323dbcc.zip
antialiasing options on export
(bzr r15391)
Diffstat (limited to 'src/helper/png-write.h')
-rw-r--r--src/helper/png-write.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/helper/png-write.h b/src/helper/png-write.h
index e47f01743..06498f46e 100644
--- a/src/helper/png-write.h
+++ b/src/helper/png-write.h
@@ -35,13 +35,13 @@ ExportResult sp_export_png_file(SPDocument *doc, gchar const *filename,
unsigned long int width, unsigned long int height, double xdpi, double ydpi,
unsigned long bgcolor,
unsigned int (*status) (float, void *), void *data, bool force_overwrite = false, const std::vector<SPItem*> &items_only = std::vector<SPItem*>(),
- bool interlace = false, int color_type = 6, int bit_depth = 8, int zlib = 6);
+ bool interlace = false, int color_type = 6, int bit_depth = 8, int zlib = 6, int antialiasing = 2);
ExportResult sp_export_png_file(SPDocument *doc, gchar const *filename,
Geom::Rect const &area,
unsigned long int width, unsigned long int height, double xdpi, double ydpi,
unsigned long bgcolor,
unsigned int (*status) (float, void *), void *data, bool force_overwrite = false, const std::vector<SPItem*> &items_only = std::vector<SPItem*>(),
- bool interlace = false, int color_type = 6, int bit_depth = 8, int zlib = 6);
+ bool interlace = false, int color_type = 6, int bit_depth = 8, int zlib = 6, int antialiasing = 2);
#endif // SEEN_SP_PNG_WRITE_H