20 #ifndef OST_IO_MAP_IO_PNG_HANDLER_HH
21 #define OST_IO_MAP_IO_PNG_HANDLER_HH
25 namespace ost {
namespace io {
31 PNG(
bool normalize_on_save =
true);
33 bool GetNormalizeOnSave()
const;
34 void SetNormalizeOnSave(
bool normalize_on_save);
39 bool normalize_on_save_;
49 virtual void Import(img::MapHandle& sh,
const boost::filesystem::path& loc,
const ImageFormatBase& formatstruct );
51 virtual void Export(
const img::MapHandle& sh,
const boost::filesystem::path& loc,
const ImageFormatBase& formatstruct)
const;
52 virtual void Export(
const img::MapHandle& sh, std::ostream& loc,
const ImageFormatBase& formatstruct)
const;