Add resampling code

This commit is contained in:
Gareth Evans
2017-06-01 22:03:50 +01:00
parent d2919ece4d
commit 9fa61bc68d
4 changed files with 98 additions and 6 deletions

View File

@@ -3,6 +3,9 @@
#include "common.h"
/* Resample input tiles to new resolution */
int resample_data(int scaling_factor);
int LoadSDF_SDF(char *name, int winfiles);
int LoadSDF(char *name, int winfiles);
int LoadPAT(char *az_filename, char *el_filename);