5 #include <geotiff/geotiffio.h>
21 bool _geoTiffWasConfigured;
27 int Write(
const unsigned char *buffer,
const unsigned int width,
const unsigned int height);
29 void SetTiePoint(
double worldX,
double worldY,
double rasterX = 0,
double rasterY = 0);
Writes a TIF image with GeoTIF metadata.
void SetTiePoint(double worldX, double worldY, double rasterX=0, double rasterY=0)
GeoTIFWriter(const std::string &path)
int ConfigureFromProj4(const std::string proj4String)
int Write(const unsigned char *buffer, const unsigned int width, const unsigned int height)
void SetPixelScale(double x, double y)