From cab0e4c6c5420e6253bce50127a0c70fb0cd0552 Mon Sep 17 00:00:00 2001 From: Lars-Dominik Braun Date: Sun, 15 Feb 2015 15:50:59 +0100 Subject: 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. --- png.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'png.c') 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); -- cgit v1.2.3