20 #ifndef OST_IO_LOAD_MAP_HH
21 #define OST_IO_LOAD_MAP_HH
56 DLLEXPORT_OST_IO void SaveImage(
const img::ImageHandle& image,
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);
DLLEXPORT_OST_IO void SaveMap(const img::ImageHandle &image, const boost::filesystem::path &loc)
Alias for the equivalent SaveImage function.
DLLEXPORT_OST_IO img::ImageHandle LoadImage(const boost::filesystem::path &loc)
Function that loads an image from a file.
DLLEXPORT_OST_IO img::MapHandle LoadMap(const boost::filesystem::path &loc)
Alias for the equivalent LoadImage function.
DLLEXPORT_OST_IO void SaveImage(const img::ImageHandle &image, const boost::filesystem::path &loc)
Function that saves an image to a file.