Commit graph

9 commits

Author SHA1 Message Date
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
1014f64f2a
Modifications
- Save in PNG instead of BMP (fixing memory lost)
- Use QuadTree class (not yet fully implemented)
- Add comments
2022-05-08 17:32:53 +02:00
b5e5a448d2
Add credit 2022-05-08 16:47:37 +02:00
7111f2c025
Correct output filename 2022-05-08 16:10:27 +02:00
240b3f9384
newline 2022-05-08 16:06:58 +02:00
487354a9c6
Add main file
- Specify image in args
- Override support
- SDL usage
2022-05-08 15:57:00 +02:00
f00cbff45a
Add README 2022-05-08 15:56:15 +02:00
526512dbf8
Add Makefile 2022-05-08 15:56:11 +02:00
a4754d03bb
Ignore images and VSCode folder 2022-05-08 15:55:54 +02:00