index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Userland
/
Libraries
/
LibGfx
/
ICC
Age
Commit message (
Expand
)
Author
2023-03-16
LibGfx: Remove stray space character in a comment
Nico Weber
2023-03-05
LibGfx: Fill in remaining values in built-in sRGB profile
Nico Weber
2023-03-04
LibGfx: Add a function to create an in-memory sRGB profile
Nico Weber
2023-03-04
LibGfx: Introduce ICC::Profile::create
Nico Weber
2023-02-24
LibGfx: Drop tags of unknown type instead of writing invalid icc files
Nico Weber
2023-02-24
LibGfx: Make ICC reader check that profile size is a multiple of 4
Nico Weber
2023-02-23
LibGfx: Pad last element in ICC files to 4-byte boundary too
Nico Weber
2023-02-23
LibGfx: Implement serialization of LutAToBTagData and LutBToATagData
Nico Weber
2023-02-19
LibGfx: Implement serialization of Lut16TagData and Lut8TagData
Nico Weber
2023-02-19
LibGfx: Make Lut16TagData and Lut8TagData ctors verify table sizes
Nico Weber
2023-02-19
LibGfx: Fix 7-bit ASCII checks in textDescriptionType and textType
Nico Weber
2023-02-19
LibGfx: Implement serialization of NamedColor2TagData
Nico Weber
2023-02-19
LibGfx: Make NamedColor2TagData verify inputs are 32-byte 7-bit ASCII
Nico Weber
2023-02-19
LibGfx: Mark a few ICC:NamedColor2TagData methods as const
Nico Weber
2023-02-19
LibGfx: Move NamedColorHeader to BinaryFormat.h
Nico Weber
2023-02-19
LibGfx: Use ICC::Profile::try_for_each_tag in encode_tag_datas()
Nico Weber
2023-02-19
LibGfx: Add fallible ICC::Profile::try_for_each_tag
Nico Weber
2023-02-19
LibGfx: Remove an ICC writing FIXME, and a comment
Nico Weber
2023-02-19
LibGfx: Use static_cast in ICC writing code
Nico Weber
2023-02-19
LibGfx: Write multiLocalizedUnicodeType with multiple strings correctly
Nico Weber
2023-02-19
LibGfx: Add a FIXME to ICC encode_tag_data()
Nico Weber
2023-02-19
LibGfx: Partially implement serialization of TextDescriptionTagData
Nico Weber
2023-02-19
LibGfx: Make TextDescriptionTagData verify input is 7-bit ASCII
Nico Weber
2023-02-19
LibGfx: Re-alphabetize TagData classes
Nico Weber
2023-02-19
LibGfx: Add spec comment to ICC encode_tag_table()
Nico Weber
2023-02-19
LibTextCodec+Everywhere: Port Decoders to new Strings
Sam Atkins
2023-02-19
LibGfx: Dedupe identical tag data objects when writing ICC data
Nico Weber
2023-02-19
LibGfx: Implement serialization of ViewingConditionsTagData
Nico Weber
2023-02-19
LibGfx: Move ICC ViewingConditionsHeader to BinaryFormat.h
Nico Weber
2023-02-19
LibGfx: Implement serialization of MeasurementTagData
Nico Weber
2023-02-19
LibGfx: Move ICC MeasurementHeader to BinaryFormat.h
Nico Weber
2023-02-19
LibGfx: Implement serialization of TextTagData
Nico Weber
2023-02-19
LibGfx: Make TextTagData verify input is 7-bit ASCII
Nico Weber
2023-02-19
LibGfx: Implement serialization of SignatureTagData
Nico Weber
2023-02-19
LibGfx: Implement serialization of CurveTagData
Nico Weber
2023-02-19
LibGfx: Implement serialization of CicpTagData
Nico Weber
2023-02-19
LibGfx: Implement serialization of ChromaticityTagData
Nico Weber
2023-02-19
LibGfx: Implement serialization of ParametricCurveTagData
Nico Weber
2023-02-19
LibGfx: Implement serialization of S15Fixed16ArrayTagData
Nico Weber
2023-02-19
LibGfx: Implement serialization of XYZTagData
Nico Weber
2023-02-19
LibGfx: Implement serialization of MultiLocalizedUnicodeTagData
Nico Weber
2023-02-19
LibGfx: Move MultiLocalizedUnicodeRawRecord to BinaryFormat.h
Nico Weber
2023-02-19
LibGfx: Add scaffolding for writing tag data
Nico Weber
2023-02-19
LibGfx: Write ICC tag table
Nico Weber
2023-02-19
LibGfx: Move ICC TagTableEntry to BinaryFormat.h
Nico Weber
2023-02-19
LibGfx: Extract encode_header() function in ICC writing code
Nico Weber
2023-02-17
LibGfx: Add start of an ICC profile writer
Nico Weber
2023-02-17
LibGfx: Add an accessor for the raw ICC Version minor_and_bugfix byte
Nico Weber
2023-02-17
LibGfx: Add a XYZ->XYZNumber conversion constructor
Nico Weber
2023-02-17
LibGfx: Move ICC ProfileFileSignature into a constant in BinaryFormat.h
Nico Weber
[next]