developerstudentclubwm / counting-more-cranes

0 stars 0 forks source link

More efficient tiling #4

Closed emiliolr closed 1 year ago

emiliolr commented 1 year ago

Given the sheer size of many of the 2018 mosaics, we might want to look for a more efficient library than PIL for reading in mosaics. For instance, much of each mosaic is empty space (to fill a rectangle), which doesn’t really need to be loaded/tiled!

If doing this will require too much of a code overhaul, IT WILL NOT BE WORTH IT!

emiliolr commented 1 year ago

Tiling is efficient enough that I don't think we'll have to go down this route.