6 #include <iolink/view/ImageView.h>
8 #include <ioformat/IOFormatAPI.h>
45 static std::shared_ptr<iolink::ImageView> openImageFromPattern(
const std::string& pattern,
46 iolink::ImageDimension newDim);
71 static std::shared_ptr<iolink::ImageView> openImageFromPattern(
const std::string& pattern);
96 static std::shared_ptr<iolink::ImageView> readImageFromPattern(
const std::string& pattern,
97 iolink::ImageDimension newDim);
124 static std::shared_ptr<iolink::ImageView> readImageFromPattern(
const std::string& pattern);
149 static std::shared_ptr<iolink::ImageView> openImageFromListFile(
const std::string& filePath,
150 iolink::ImageDimension newDim);
174 static std::shared_ptr<iolink::ImageView> openImageFromListFile(
const std::string& filePath);
199 static std::shared_ptr<iolink::ImageView> readImageFromListFile(
const std::string& filePath,
200 iolink::ImageDimension newDim);
224 static std::shared_ptr<iolink::ImageView> readImageFromListFile(
const std::string& filePath);