From 1c335721c262a3c9afed11be48a442276dd11b2b Mon Sep 17 00:00:00 2001 From: Erik Reckase Date: Mon, 10 May 2010 21:19:39 +0000 Subject: forgot to set the sub_batch_size in the render for try_colors git-svn-id: https://flam3.googlecode.com/svn/trunk@11 77852712-ef1d-11de-8684-7d64432d61a3 --- src/palettes.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src') diff --git a/src/palettes.c b/src/palettes.c index d6fc20f..64122a3 100644 --- a/src/palettes.c +++ b/src/palettes.c @@ -393,6 +393,7 @@ static double try_colors(flam3_genome *g, int color_resolution) { f.pixel_aspect_ratio = 1.0; f.progress = 0; f.nthreads = 1; + f.sub_batch_size = 10000; image = (unsigned char *) calloc(g->width * g->height, 3); if (flam3_render(&f, image, flam3_field_both, 3, 0, &stats)) { -- cgit v1.2.3