OS4 DepotLogo by McFly 
(anonymous IP: 3.145.36.10,2194) 
 HomeRecentStatsSearchSubmitUploadsMirrorsContactInfoDisclaimerConfigAdmin
 Menu

 Features
   Crashlogs
   Bug tracker
   Locale browser
 

 Categories

   o Audio (343)
   o Datatype (51)
   o Demo (203)
   o Development (596)
   o Document (22)
   o Driver (97)
   o Emulation (147)
   o Game (1005)
   o Graphics (497)
   o Library (115)
   o Network (232)
   o Office (66)
   o Utility (924)
   o Video (69)

Total files: 4367

Full index file
Recent index file

 Links

  Amigans.net
  OpenAmiga
  Aminet
  IntuitionBase


Support the site


 Readme for:  Graphics » Aiss » aisscache.lha

Aisscache

Description: Shared library to cache AISS images into memory
Download: aisscache.lha       (TIPS: Use the right click menu if your browser takes you back here all the time)
Size: 8kb
Version: 1.0
Date: 03 Sep 2010
Author: Robert Szacki
Submitter: Robert Szacki
Email: robert szacki/gmail com
Homepage: http://minniatian.republika.pl
Category: graphics/aiss
License: Public domain
Distribute: yes
Min OS Version: 4.0
FileID: 5881
 
Comments: 4
Snapshots: 0
Videos: 0
Downloads: 397  (Current version)
397  (Accumulated)
Votes: 0 (0/0)  (30 days/7 days)

Show comments Show snapshots Show videos Show content Show crashlogs Replace file 
---------------------------------------------------------
                    AISSCache.library 
---------------------------------------------------------

Here is a shared library which purpose is to cache AISS (and other) images into
the memory. For now it offers one function ObtainImage() which returns Image
structure to the given image file. If the file is already in memory it returns
immediately, otherwise it tries to load the image from disk.

The Image structures are stored as a list in AISSCache library base, so all
applications share the same images. The images are read using datatypes with
bitmap.image class.

What are the advantages of using the library instead of loading images by
yourself?

* Reduced memory consumption,
* Increased loading speed.

The documentation is included within archive. The library is in libs/ directory
and there is an example of using the library in example/ directory.

I have written this library as a support for my other programs including Icon
Editor which I am working on. I hope it will be useful for other programmers.
This is my first library so feedback is very welcome.



Copyright © 2004-2024 by Björn Hagström All Rights Reserved