Menu

Home

Perrotti

1. Introduction
This package defines an image format that was designed to be easily processed and can contain multiple channels. 1, 3 and 4 are common values but any number of channels is possible. This version defines channels with 8, 16 or 32 bits deep and allows mixing different types of channels in same image. Each channel is stored in a map separated from other channels and can be independently processed without requiring any additional manipulation.

Be sure that you have the last version before use the classes. The last release can be downloaded at https://sourceforge.net/projects/fastimageex/.

It is a project open to collaborations. Implementations of algorithms, optimizations, suggestions, tips or additions are welcome, feel free to collaborate.

2. [Basic Structures]

3. [Channels overview]

4. [Channel statistics] - TStatsChannel class

5. [Using masks]

6. [Run Length Encode] - TRunCode class

7. [TFastImageEx class]

8. [Process methods reference]

9. [Utilities - Miscellaneous]

10. [Properties]


Related

Wiki: Basic Structures
Wiki: Channel statistics
Wiki: Channels overview
Wiki: Process methods reference
Wiki: Properties
Wiki: Run Length Encode
Wiki: TFastImageEx class
Wiki: Using masks
Wiki: Utilities - Miscellaneous