6#include "slideio/drivers/svs/svs_api_def.hpp"
7#include "slideio/imagetools/tifftools.hpp"
8#include <opencv2/core.hpp>
9#include <nlohmann/json.hpp>
14 class SLIDEIO_SVS_EXPORTS SVSTools
18 static int extractMagnifiation(
const std::string& description);
20 static double extractResolution(
const std::string& description);
24 static nlohmann::json parseAperioMetadata(
const std::string& description);
26 static nlohmann::json tiffDirectoryToJson(
const TiffDirectory& dir);
Definition: exceptions.hpp:15