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
/
Utilities
/
icc.cpp
Age
Commit message (
Expand
)
Author
2023-04-30
icc: Add a --measure flag that prints color difference in profile
Nico Weber
2023-04-11
icc: Print if a curve looks like the sRGB curve
Nico Weber
2023-04-11
icc: Use `{: >{}}, "", indent_amount` for indenting
Nico Weber
2023-04-11
icc: Make out_curve_tag() fallible
Nico Weber
2023-04-11
icc: Extract out_curve_tag() helper function
Nico Weber
2023-03-21
LibGfx: Move all image loaders and writers to a subdirectory
Lucas CHOLLET
2023-03-13
AK: Rename Stream::write_entire_buffer to Stream::write_until_depleted
Tim Schumacher
2023-03-04
icc: Introduce --name flag to load a built-in profile by name
Nico Weber
2023-02-19
LibGfx: Use ICC::Profile::try_for_each_tag in icc main loop
Nico Weber
2023-02-17
icc: Add flags for writing and dumping profiles
Nico Weber
2023-02-13
icc: Dump embedded non-parametric curves in lutAToBType and lutAToBType
Nico Weber
2023-02-13
icc: Dump embedded parametric curves in lutAToBType and lutAToBType
Nico Weber
2023-02-13
icc: Dump more information about curves in lutAToBType and lutAToBType
Nico Weber
2023-02-12
icc: Dump some of lutAToBType and lutBToAType curve data
Nico Weber
2023-02-10
LibGfx+icc: Stringify known signatureType values
Nico Weber
2023-02-10
LibGfx+icc: Read chromaticityTag
Nico Weber
2023-02-10
LibGfx+icc: Read viewingConditionsType
Nico Weber
2023-02-10
LibGfx+icc: Read measurementType
Nico Weber
2023-02-09
icc: Call video_full_range_flag_to_string()
Nico Weber
2023-02-08
LibGfx+icc: Implement half of lutAToBType and lutBToAType
Nico Weber
2023-02-08
LibGfx+icc: Read cicpType
Nico Weber
2023-02-08
LibGfx+icc: Read signatureType
Nico Weber
2023-02-08
LibGfx+icc: Read namedColor2Type
Nico Weber
2023-01-28
LibGfx+icc: Read and display lut16Type and lut8Type ICC tag types
Nico Weber
2023-01-28
icc: Print profile size
Nico Weber
2023-01-28
LibGfx: Split ICC/Profile.{h,cpp} into several files
Nico Weber
2023-01-28
LibGfx: Move ICCProfile.{h,cpp} to ICC/Profile.{h,cpp}
Nico Weber
2023-01-27
icc: Accept path to images in addition to path to ICC profile
Nico Weber
2023-01-27
LibGfx+icc: ICCProfile's primary_platform() should be optional
Nico Weber
2023-01-26
icc: Align "else" for Type3 with "if"
Nico Weber
2023-01-26
icc: Indent ParametricCurveTagData the same amount as the other types
Nico Weber
2023-01-25
icc: Print each tag signature's spec name
Nico Weber
2023-01-24
icc: Print every TagData object only once
Nico Weber
2023-01-23
LibGfx+icc: Add ICCProfile support for parametricCurveType and print it
Nico Weber
2023-01-23
LibGfx+icc: Add ICCProfile support for curveType and print it
Nico Weber
2023-01-23
LibGfx+icc: Add ICCProfile support for s15Fixed16ArrayType and print it
Nico Weber
2023-01-23
LibGfx+icc: Add ICCProfile support for XYZType and print it
Nico Weber
2023-01-23
LibGfx+icc: Add ICCProfile support for textDescriptionType and print it
Nico Weber
2023-01-22
icc: Print MultiLocalizedUnicodeTagData contents
Nico Weber
2023-01-22
icc: Print TextTagData contents
Nico Weber
2023-01-21
LibGfx+icc: Make device manufacturer and device model clickable
Nico Weber
2023-01-21
icc: Remove needless use of DateTime::to_deprecated_string()
Nico Weber
2023-01-21
icc: Tweak output to look nicer
Nico Weber
2023-01-20
LibGfx: Add scaffolding for reading ICC tag table
Nico Weber
2023-01-08
LibGfx+icc: Look at profile_size field
Nico Weber
2023-01-08
LibGfx+icc: Print primary platform
Nico Weber
2023-01-07
LibGfx+icc: Print fields that are fourccs registered with the ICC
Nico Weber
2023-01-07
icc: Extract out_optional() function
Nico Weber
2023-01-06
LibGfx+icc: Print device attribute flags
Nico Weber
2023-01-06
LibGfx+icc: Verify ICCProfile ID at parse time instead of in icc
Nico Weber
[next]