Results
More good things:
- patches can be processed in parallel
- tile size smaller than a user specified tolerance (tradeoff image quality/rendering speed)
- different size tiles without cracking
- modular architecture:
- steps with well defined interfaces
- we can select the best way to implement each step
- easier to develop and to maintain