It can write and read pack files, in which you can store 256 color paletted bitmaps with the name and transparent color for each. A spritepacker aplication is included.
File List:
Spriter8bit.dcu
5Kb
Spriter8bit.pas
4Kb
spriter8bit/
0b
spriter8bit/Icon1.ico
1Kb
spriter8bit/Spriter8bit.dcu
5Kb
spriter8bit/Spriter8bit.pas
4Kb
spriter8bit/Unit1.dcu
4Kb
spriter8bit/mainUnit.dcu
12Kb
spriter8bit/mainUnit.dfm
6Kb
spriter8bit/mainUnit.pas
6Kb
spriter8bit/spritePacker.cfg
386b
spriter8bit/spritePacker.dof
1Kb
spriter8bit/spritePacker.dpr
251b
spriter8bit/spritePacker.res
2Kb
Similar code
Records Tutorial
(Popularity: ) : This tutorial was going to cover arrays of records but I have been too busy to add array section. This tutorial covers the basics of records and by the end of the tutorial you should be able to use records ... Sorting Multi-Demensional Arrays
(Popularity: ) : This example shows how to sort unsorted data stored in a multi-demensional array. Also rate my code. Binary Searching Explained
(Popularity: ) : This code example shows and explains how to use the Binary search method. It also mentions good and bad points about using the binary search. This is a console app, used to demonstrate the algorithm More_Arrays
(Popularity: ) : More examples of using arrays, written in pascal