#include <ImageCompress.h>
Inheritance diagram for TileCompressor:


Public Member Functions | |
| TileCompressor (uint partSize) | |
| uint | getPartSize () const |
| virtual Image * | compress (const Image &i) |
| virtual Image * | compressTiles (const Images &images)=0 |
| Images | cut (const Image &source) const |
| Cut the image into the parts. | |
Protected Attributes | |
| uint | _partSize |
| uint | _px |
| uint | _py |
Implementations will typically choose a number of distinct squares
|
|
|
|
|
Implements ImageCompressor. |
|
|
Implemented in MLPCompressor. |
|
|
Cut the image into the parts.
|
|
|
|
|
|
|
|
|
|
|
|
|
1.3.5