Expand xmp builder

This commit is contained in:
Georg Hagen
2025-02-13 23:26:12 +01:00
parent c8599c0631
commit fc70941cab
3 changed files with 8 additions and 1 deletions

View File

@@ -28,6 +28,7 @@ namespace OpenVulkano::Image
[[maybe_unused]] XmpBuilder& SetFocalLength(float focalLengthMM);
[[maybe_unused]] XmpBuilder& SetExposureTime(double exposureTime);
[[maybe_unused]] XmpBuilder& SetCreateDate(const std::time_t time);
[[maybe_unused]] XmpBuilder& SetCreateDate(const std::string& createDate);
[[maybe_unused]] std::string Close() { return Finalize(); }