apophysis only uses the bottom 255 elements of the palette (instead of all 256). In many cases this does not have a noticable effect on images, but in others, the color difference is very striking. the env var 'apo_palette' may be set to 1 in order to render the image in flam3 as it would appear in apophysis.

git-svn-id: https://flam3.googlecode.com/svn/trunk@152 77852712-ef1d-11de-8684-7d64432d61a3
This commit is contained in:
Erik Reckase
2011-01-02 23:45:52 +00:00
committed by Scott Draves
parent 0053026871
commit 6be5e2e3f2
4 changed files with 20 additions and 13 deletions
+1 -1
View File
@@ -87,7 +87,7 @@ typedef struct {
double badvals; /* accumulates all badvalue resets */
double batch_size;
int temporal_sample_num,ntemporal_samples;
int batch_num, nbatches, aborted;
int batch_num, nbatches, aborted, cmap_size;
time_t *progress_timer;
time_t *progress_timer_history;
double *progress_history;