aferritto / TGT

TGT Generates Terrain; Terrain Generation via Machine Learning
GNU General Public License v3.0
2 stars 1 forks source link

Allow saving of top-k results #26

Open aferritto opened 6 years ago

aferritto commented 6 years ago

We should allow the top-k scoring hieghtmaps at the end of the algorithm to be saved either as a high bit-depth image (png) or a matrix (hdf5). h5py will make saving the raw matrices easy, however some work will be needed to save high bit-depth images.