We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c768611 commit f6caa58Copy full SHA for f6caa58
1 file changed
CLAUDE.md
@@ -77,6 +77,14 @@ gs -q -dNOSAFER -dNOPAUSE -dBATCH -sDEVICE=nullpage -I build/resource/Resource \
77
- ASCII85-wrapped output (watermarked)
78
- Results in ~30-50% smaller files
79
80
+BWIPP's "global context" is an optional dictionary containing optional keys
81
+that affect the behaviour of BWIPP:
82
+
83
+- `preload` - Perform eager initialisation of normally lazy variables during resource definition
84
+- `enabledebug` - Allow the user to set debug options (e.g. `debugcws`), for development purposes
85
+- `enabledontdraw` - Allow the user to set dontdraw, in case they are providing custom renderers
86
+- `default_{barcolor,backgroundcolor,...}` - Defaults for certain renderer options set by the user
87
88
89
### Directory Structure
90
0 commit comments