Commit graph

7 commits

Author SHA1 Message Date
d5c26f66d3
use format instead of masks 2022-05-09 15:48:04 +02:00
94d34336ae
Better comments 2022-05-09 14:31:13 +02:00
00fc4df7ca
Modifications
- Remove destructor
- Remove temporary code
- Fix crash when saving quadtree, better readability
2022-05-09 13:21:43 +02:00
9e89f0f943
Modifications
- Define final variable in the constructor
- Modifications on dimensions calculation when concatenation
- Save latest piece of quadtree before crash (debug)
2022-05-09 12:59:09 +02:00
70f3f4f197
Update comment 2022-05-09 11:35:20 +02:00
b84f7301d1
Check if surfaces are identical 2022-05-09 11:18:08 +02:00
a512ca52b1
QuadTree class
- Store everything inside a class (dimensions, color, pieces of image, methods to cut, merge pieces and export the fully rendered image
2022-05-08 17:35:43 +02:00