20#ifndef OST_IO_LOAD_MAP_HH
21#define OST_IO_LOAD_MAP_HH
Manage shared instances of images.
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.