From 6be5e2e3f2117c4284d9b062a36700f3cf088f79 Mon Sep 17 00:00:00 2001 From: Erik Reckase Date: Sun, 2 Jan 2011 23:45:52 +0000 Subject: 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 --- src/README.txt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/README.txt') diff --git a/src/README.txt b/src/README.txt index a1128f6..aaf0f63 100644 --- a/src/README.txt +++ b/src/README.txt @@ -106,14 +106,13 @@ insert_palette unset insert the palette into the image. enable_jpeg_comments 1 enables comments in the jpeg header (render and animate) enable_png_comments 1 enables comments in the png header (render and animate) -New in 2.8: - earlyclip 0 enables the early clipping of rgb values for better antialiasing and resizing defaults to 0 for backwards compatibility flam27 0 flam3 2.7 compatibility mode; ensures generated genomes can be used by flam3 2.7.18 stagger 0 affects simultaneity of xform interpolation during genome interpolation. represents how 'separate' the xforms are interpolated. set to 1 for each xform to be interpolated individually, fractions control interp overlap. +apo_palette 0 set this to 1 to use only the first 255 elements of the palette (apophysis compatibility) for example: -- cgit v1.2.3