Public Member Functions | |
SegmentedImage (JismContext ctx) | |
Region | createNewRegion () |
void | put (int p, Region r) |
void | remove (int p) |
Region | get (int p) |
boolean | contains (int p) |
void | write (String path) |
void | write (String path, ProgressHandler handler) |
Classes | |
class | Region |
A set of pixel. | |
class | TeinteDistributor |
Pixel are spread into several sets. This object uses one integer by pixel so memory used is about 4 times number of pixels (in bytes). Difficulty here is to limit memory consumption but keeping performances.