Add resize data to specify resolution

This commit is contained in:
Gareth Evans
2017-06-02 21:18:31 +01:00
parent 67c145dd7d
commit 90bd2a3d32
3 changed files with 33 additions and 1 deletions

View File

@@ -5,6 +5,7 @@
/* Resample input tiles to new resolution */
int resample_data(int scaling_factor);
int resize_data(int resolution);
int LoadSDF_SDF(char *name, int winfiles);
int LoadSDF(char *name, int winfiles);