next up previous contents index
Next: 4.2.7 URL handling Up: 4.2 Invoking the parser Previous: 4.2.5 Plucker Home and   Contents   Index

4.2.6 Image handling

The --bpp and --noimages options can be used to globally set the image handling. The --bpp option takes an argument for the bits per pixels that should be used, 0, 1 (default), 2, 4, or 8. The --noimages option sets the bit depth to 0. To include images in 16 colors (grayscale) you would use,

% Spider.py -bpp=4 -H plucker:/images.html -f Gray16DB



The Plucker Team