20#ifndef ORES_ASSETS_GENERATORS_IMAGE_GENERATOR_HPP
21#define ORES_ASSETS_GENERATORS_IMAGE_GENERATOR_HPP
24#include "ores.assets/domain/image.hpp"
Test data generators for asset domain types.
Definition image_generator.hpp:26
std::vector< domain::image > generate_synthetic_images(std::size_t n)
Generates N synthetic images. May contain duplicates.
Definition image_generator.cpp:52
domain::image generate_synthetic_image()
Generates a synthetic image.
Definition image_generator.cpp:34
std::vector< domain::image > generate_unique_synthetic_images(std::size_t n)
Generates N synthetic images with unique keys.
Definition image_generator.cpp:61
Represents a dynamically loaded image (typically SVG).
Definition image.hpp:32