20 #ifndef OST_IO_LOAD_MAP_HH
21 #define OST_IO_LOAD_MAP_HH
24 #include <ost/img/map.hh>
25 #include <ost/img/alg/normalizer_factory.hh>
56 DLLEXPORT_OST_IO void SaveImage(
const img::ImageHandle& image,
const boost::filesystem::path& loc,
const ImageFormatBase& formatstruct);
61 DLLEXPORT_OST_IO img::MapHandle
LoadMap(
const boost::filesystem::path& loc,
const ImageFormatBase& formatstruct);
65 DLLEXPORT_OST_IO void SaveMap(
const img::ImageHandle& image,
const boost::filesystem::path& loc,
const ImageFormatBase& formatstruct);