20#ifndef OST_IO_LOAD_MAP_HH
21#define OST_IO_LOAD_MAP_HH
56DLLEXPORT_OST_IO void SaveImage(
const img::ImageHandle& image,
const boost::filesystem::path& loc,
const ImageFormatBase& formatstruct);
65DLLEXPORT_OST_IO void SaveMap(
const img::ImageHandle& image,
const boost::filesystem::path& loc,
const ImageFormatBase& formatstruct);
SaveMap
Alias for the equivalent SaveImage function.
DLLEXPORT_OST_IO void SaveImage(const img::ImageHandle &image, const boost::filesystem::path &loc)
Function that saves an image to a file.
DLLEXPORT_OST_IO img::ImageHandle LoadImage(const boost::filesystem::path &loc)
Function that loads an image from a file.
LoadMap
Alias for the equivalent LoadImage function.