Short:        Allows you to save *BIG* Screens, BUGFIX
Author:       dbalster@uni-paderborn.de (Daniel Balster)
Uploader:     dbalster uni-paderborn de (Daniel Balster)
Type:         gfx/misc
Architecture: m68k-amigaos

Ever experienced this problem? You wanted to snapshot
your current Workbench screen and this 1280x1024x8
thingie was too hard for all those ``snappers'' ?

This tool handles only 8 bit screens, planar&chunky.
It reads out the rows with the ReadPixelArray() graphics
call -> somewhat system friendly (no peeking) ?
It saves only IFF and needs less than 1K buffers.

Disadvantage: BODY is not packed and is converting
from chunky2planar is absolutley unoptimized.

sorry for the first upload, there was a harmless but
a bug: i forgot a FreeArgs() call... argh!