ORE Studio 0.0.4
Loading...
Searching...
No Matches
Public Attributes | List of all members
image_info Struct Referencefinal

Metadata for an image (without SVG data). More...

#include <assets_protocol.hpp>

Collaboration diagram for image_info:
Collaboration graph

Public Attributes

std::string image_id
 
std::string key
 
std::string description
 
std::chrono::system_clock::time_point recorded_at
 Timestamp when this image was last modified.
 

Detailed Description

Metadata for an image (without SVG data).

Member Data Documentation

◆ recorded_at

std::chrono::system_clock::time_point recorded_at

Timestamp when this image was last modified.

Used by clients to track incremental changes.