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:
parent
fafacbb87b
commit
68f678f566
3 changed files with 34 additions and 3 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue