summaryrefslogtreecommitdiff
path: root/palettes.c
diff options
context:
space:
mode:
authorLars-Dominik Braun <lars@6xq.net>2015-02-28 10:25:40 +0100
committerLars-Dominik Braun <lars@6xq.net>2015-05-02 21:36:45 +0200
commit02e5b6af7df001cc105e874ade35b47d560b1f83 (patch)
tree866241a14487cbd2dd63677025dcdde7ff7eea45 /palettes.c
parent9841a4e5fa5b3b17f3b95f4e3c2c0e5ed8b445fd (diff)
downloadpucket-02e5b6af7df001cc105e874ade35b47d560b1f83.tar.gz
pucket-02e5b6af7df001cc105e874ade35b47d560b1f83.tar.bz2
pucket-02e5b6af7df001cc105e874ade35b47d560b1f83.zip
Drop oversampling
Just scale it down.
Diffstat (limited to 'palettes.c')
-rw-r--r--palettes.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/palettes.c b/palettes.c
index 53e99c1..1f891f0 100644
--- a/palettes.c
+++ b/palettes.c
@@ -359,7 +359,6 @@ static double try_colors(flam3_genome *g, int color_resolution) {
flam3_copy(&saved, g);
g->sample_density = 1;
- g->spatial_oversample = 1;
/* Scale the image so that the total number of pixels is ~10000 */
pixtotal = g->width * g->height;
@@ -424,7 +423,6 @@ static double try_colors(flam3_genome *g, int color_resolution) {
g->sample_density = saved.sample_density;
g->width = saved.width;
g->height = saved.height;
- g->spatial_oversample = saved.spatial_oversample;
g->pixels_per_unit = saved.pixels_per_unit;
g->nbatches = saved.nbatches;
g->ntemporal_samples = saved.ntemporal_samples;