diff options
author | John Bowler <jbowler@acm.org> | 2011-04-17 18:34:22 -0500 |
---|---|---|
committer | Glenn Randers-Pehrson <glennrp at users.sourceforge.net> | 2011-04-17 18:34:22 -0500 |
commit | 4a12f4a22ac87f622c7f0888167a7cf143f5beff (patch) | |
tree | ff89278a7f0ba434242f969b35e4c1e72e31703c /scripts/pnglibconf.dfa | |
parent | a1f9426399b50f78db1a8b55afb483a56f665c2e (diff) | |
download | libpng-4a12f4a22ac87f622c7f0888167a7cf143f5beff.tar.gz |
[devel] Cleanup of conditional compilation code and of background/gamma
handling. Internal changes only except for a new option to avoid compiling
in the png_build_grayscale_palette API (which is not used at all internally.)
The main change is to move the transform tests (READ_TRANSFORMS,
WRITE_TRANSFORMS) up one level to the caller of the APIs.
Diffstat (limited to 'scripts/pnglibconf.dfa')
-rw-r--r-- | scripts/pnglibconf.dfa | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/scripts/pnglibconf.dfa b/scripts/pnglibconf.dfa index a5c2048cf..71aab3385 100644 --- a/scripts/pnglibconf.dfa +++ b/scripts/pnglibconf.dfa @@ -340,6 +340,10 @@ option READ_COMPOSITE_NODIV requires READ option INCH_CONVERSIONS = INCH_CONVERSIONS INCH_CONVERSIONS +# API to build a grayscale palette + +option BUILD_GRAYSCALE_PALETTE + # IN DEVELOPMENT # These are currently experimental features, define them if you want |