diff options
-rw-r--r-- | wimmel.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -142,7 +142,7 @@ main(int argc, char *argv[]) for (i = 0; i < N_THREADS; ++i) g_thread_join(thread[i]); - gdk_pixbuf_save(output, "output.png", "png", NULL, NULL); + gdk_pixbuf_save(output, "output.tiff", "tiff", NULL, NULL); g_object_unref(wimmel); g_object_unref(output); g_object_unref(match); |