mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 14:57:35 +00:00
LibGfx: Read profile creation time from ICCProfile header
This commit is contained in:
parent
bb1f6f71f1
commit
782ab0a11f
2 changed files with 63 additions and 6 deletions
|
@ -51,10 +51,12 @@ public:
|
|||
|
||||
Version version() const { return m_version; }
|
||||
DeviceClass device_class() const { return m_device_class; }
|
||||
time_t creation_timestamp() const { return m_creation_timestamp; }
|
||||
|
||||
private:
|
||||
Version m_version;
|
||||
DeviceClass m_device_class;
|
||||
time_t m_creation_timestamp;
|
||||
};
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue