Short: Shared library to cache images Author: Linus McCabe (sparkle@hehe.com) Uploader: Linus McCabe (Sparkle hehe com) Version: 0.8ß Architecture: m68k-amigaos ImagePool.library is a shared library to cache images for programs. It uses datatypes to load and optionally remap images. If more than one program is loading the same image the image needs only to be loaded and remapped once, and they also use the same bitmap in mem. This is the third public beta release and it's been working stable despite a few bugs (that are hopefully gone now). Since version 0.7ß, a few bugfixes have been made and the IPImage structure now also contains the transparent pen of the image (since this might be trashed by datatyps, and the datatypes object might not exist for the programmer to use) ImagePool is currently used in: ToolBar.mcc (c) by Benny Kjær Nielsen TransferAnim.mcc by Linus McCabe