13#ifndef TIFF_COMMON_HPP
14#define TIFF_COMMON_HPP
24char CPL_DLL *PrepareTIFFErrorFormat(
const char *module,
const char *fmt);
26std::unique_ptr<GDALColorTable> CPL_DLL TIFFColorMapTagToColorTable(
27 const unsigned short *panRed,
const unsigned short *panGreen,
28 const unsigned short *panBlue,
int nColorCount,
int &nColorTableMultiplier,
29 int nDefaultColorTableMultiplier,
bool bNoDataSet,
double dfNoDataValue);
31CPLStringList CPL_DLL TIFFRPCTagToRPCMetadata(
const double adfRPC[92]);
Various convenience functions for working with strings and string lists.
This file is legacy since GDAL 3.12, but will be kept at least in the whole GDAL 3....