20 #ifndef OST_IO_MAP_IO_IPL_HANDLER_HH
21 #define OST_IO_MAP_IO_IPL_HANDLER_HH
30 namespace ost {
namespace io {
39 Format GetBitDepth()
const;
40 void SetBitDepth (
Format bitdepth);
43 bool GetNormalizeOnSave()
const;
44 void SetNormalizeOnSave(
bool normalize_on_save=
true);
45 Real GetMaximum()
const;
46 Real GetMinimum()
const;
50 bool normalize_on_save_;
65 static bool MatchContent(
unsigned char* header);
67 static bool MatchSuffix(
const String& loc);
static String GetFormatName()
static String GetFormatDescription()
static bool ProvidesExport()
Manage shared instances of images.
static bool ProvidesImport()
static String FORMAT_STRING
MapIOHandlerFactory< MapIOIPLHandler > MapIOIPLHandlerFactory