summaryrefslogtreecommitdiff
path: root/png.c
diff options
context:
space:
mode:
authorLars-Dominik Braun <lars@6xq.net>2015-02-15 15:50:59 +0100
committerLars-Dominik Braun <lars@6xq.net>2015-05-02 21:36:45 +0200
commitcab0e4c6c5420e6253bce50127a0c70fb0cd0552 (patch)
treee038335632d9a1d82953a22df82a7d11a5fe78c5 /png.c
parent4da1dba32961da1b0a690bf629233b6ba29921ae (diff)
downloadpucket-cab0e4c6c5420e6253bce50127a0c70fb0cd0552.tar.gz
pucket-cab0e4c6c5420e6253bce50127a0c70fb0cd0552.tar.bz2
pucket-cab0e4c6c5420e6253bce50127a0c70fb0cd0552.zip
Improve command line interface
Initial arguments-based cli, replacing the three tools -animate, -genome and -render with just one. Still need to get rid of most calls to getenv.
Diffstat (limited to 'png.c')
-rw-r--r--png.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/png.c b/png.c
index ced86ad..99a80ef 100644
--- a/png.c
+++ b/png.c
@@ -95,8 +95,10 @@ void write_png(FILE *file, void *image, int width, int height, flam3_img_comment
PNG_COMPRESSION_TYPE_BASE,
PNG_FILTER_TYPE_BASE);
+#if 0
if (pngcom_enable==1)
png_set_text(png_ptr, info_ptr, text, FLAM3_PNG_COM);
+#endif
png_write_info(png_ptr, info_ptr);