Package lib.core

Class Summary
FractalModel a fractal model represents the compressed form of the image.

from <Range, <Domain, Transform>>
..to <Domain, <Transform, {Range}>>

or from:
Point1 - Domain1 - Transform1
Point2 - Domain2 - Transform1
Point3 - Domain1 - Transform2
Point4 - Domain1 - Transform2
Point5 - Domain2 - Transform1

to:
Domain1 -[ Transform1 -[ Point1 ]]
{@code .......
ImageHolder wrapper around images, to add Serialization
Point A point representing a location in (x, y) coordinate space, specified in short precision.