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/docstring.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/docstring.c') diff --git a/src/docstring.c b/src/docstring.c index 0cb4b6f..7e6357d 100644 --- a/src/docstring.c +++ b/src/docstring.c @@ -103,13 +103,13 @@ static char *the_docstring1 = "enable_jpeg_comments 1 enables comments in the jpeg header (render and animate)\n" "enable_png_comments 1 enables comments in the png header (render and animate)\n" "\n" -"New in 2.8:\n" "earlyclip 0 enables the early clipping of rgb values for better antialiasing and resizing\n" " defaults to 0 for backwards compatibility\n" "flam27 0 flam3 2.7 compatibility mode; ensures generated genomes can be used by flam3 2.7.18\n" "stagger 0 affects simultaneity of xform interpolation during genome interpolation.\n" " represents how 'separate' the xforms are interpolated. set to 1 for each\n" " xform to be interpolated individually, fractions control interp overlap.\n" +"apo_palette 0 set this to 1 to use only the first 255 elements of the palette (apophysis compatibility)\n" "\n" "for example:\n" -- cgit v1.2.3