6 #include <iolink/view/ImageView.h>
8 #include <ioformat/IOFormatAPI.h>
44 static std::shared_ptr<iolink::ImageView> openImageFromPattern(
const std::string& pattern,
45 iolink::ImageDimension newDim);
69 static std::shared_ptr<iolink::ImageView> openImageFromPattern(
const std::string& pattern);
93 static std::shared_ptr<iolink::ImageView> readImageFromPattern(
const std::string& pattern,
94 iolink::ImageDimension newDim);
120 static std::shared_ptr<iolink::ImageView> readImageFromPattern(
const std::string& pattern);
143 static std::shared_ptr<iolink::ImageView> openImageFromListFile(
const std::string& filePath,
144 iolink::ImageDimension newDim);
166 static std::shared_ptr<iolink::ImageView> openImageFromListFile(
const std::string& filePath);
189 static std::shared_ptr<iolink::ImageView> readImageFromListFile(
const std::string& filePath,
190 iolink::ImageDimension newDim);
212 static std::shared_ptr<iolink::ImageView> readImageFromListFile(
const std::string& filePath);