1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-28 07:17:34 +00:00

LibGfx+icc: Print if profile id is valid

This commit is contained in:
Nico Weber 2023-01-04 15:34:25 -05:00 committed by Andreas Kling
parent fafacbb87b
commit 68f678f566
3 changed files with 34 additions and 3 deletions

View file

@ -139,6 +139,8 @@ public:
XYZ const& pcs_illuminant() const { return m_pcs_illuminant; }
Optional<Crypto::Hash::MD5::DigestType> const& id() const { return m_id; }
static Crypto::Hash::MD5::DigestType compute_id(ReadonlyBytes);
private:
Version m_version;
DeviceClass m_device_class;