28 return std::make_shared<ImageTileWithType<float>>(
x,
y, width, height, source);
30 return std::make_shared<ImageTileWithType<double>>(
x,
y, width, height, source);
32 return std::make_shared<ImageTileWithType<int>>(
x,
y, width, height, source);
34 return std::make_shared<ImageTileWithType<unsigned int>>(
x,
y, width, height, source);
36 return std::make_shared<ImageTileWithType<std::int64_t>>(
x,
y, width, height, source);