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
Age
Commit message (
Expand
)
Author
2023-04-11
LibGfx/ICC: Add evaluate() member functions to both curve types
Nico Weber
2023-04-11
LibGfx/ICC: Extract sRGB_curve() function
Nico Weber
2023-04-09
Everywhere: Remove unused DeprecatedString includes
Ben Wiederhake
2023-04-09
LibGfx: Floor draw origin in fill path implementation
MacDue
2023-04-09
LibGfx: Add Point::to_floored<T>()
MacDue
2023-04-09
LibGfx: Fix crash due to vector resize in close_all_subpaths()
MacDue
2023-04-09
LibGfx: Add BitmapPaintStyle
MacDue
2023-04-09
LibGfx: Limit ICC-size-is-multiple-of-4 check to v4 files
Nico Weber
2023-04-09
LibGfx: Remove some of the noisier logging from webp lossless decoder
Nico Weber
2023-04-09
LibGfx: Correctly decode webp lossless with small palette and odd width
Nico Weber
2023-04-08
LibGfx: Implement color index pixel bundling in webp decoder
Nico Weber
2023-04-08
LibGfx: Enable webp lossless Transform to return new bitmap
Nico Weber
2023-04-08
LibGfx: Add some more dbgln_if()s to webp decoder
Nico Weber
2023-04-08
LibGfx: Give PrefixCodeGroup a deleted copy ctor
Nico Weber
2023-04-08
LibGfx: Make webp lossless decoder 6 times as fast
Nico Weber
2023-04-08
LibGfx: Second attempt to handle max_symbol correctly in webp decoder
Nico Weber
2023-04-08
LibGfx: Implement most of COLOR_INDEXING_TRANSFORM for webp decoder
Nico Weber
2023-04-08
LibGfx: Extract free add_argb32() function in webp decoder
Nico Weber
2023-04-08
LibGfx: Make a webp error message more detailed
Nico Weber
2023-04-07
LibGfx: Implement meta prefix code support in webp decoder
Nico Weber
2023-04-07
LibGfx: Implement COLOR_TRANSFORM for webp lossless decoder
Nico Weber
2023-04-07
LibGfx: Implement PREDICTOR_TRANSFORM for webp lossless decoder
Nico Weber
2023-04-07
LibGfx: Add CanonicalCode wrapper to webp lossless decoder
Nico Weber
2023-04-07
LibGfx: Implement SUBTRACT_GREEN_TRANSFORM for webp lossless decoder
Nico Weber
2023-04-07
LibGfx: Add scaffolding for applying transforms to webp lossless decoder
Nico Weber
2023-04-07
LibGfx: Add more dbgln_if()s to webp decoder
Nico Weber
2023-04-07
LibGfx: In webp decoder, check that each transform is used only once
Nico Weber
2023-04-07
LibGfx: Correctly handle more than one PrefixCodeGroup in webp decoder
Nico Weber
2023-04-06
LibGfx/JPEG: Use a smaller type to store coefficients
Lucas CHOLLET
2023-04-06
LibGfx: Fix out of bounds read in BitmapFont::masked_character_set()
Julian Offenhäuser
2023-04-06
LibGfx: Pass in format and size to webp image decoding function
Nico Weber
2023-04-06
LibGfx: Teach webp image reading function to read entropy coded images
Nico Weber
2023-04-06
LibGfx: Move webp image decoding function up a bit
Nico Weber
2023-04-06
LibGfx: Move webp bitmap decoding code into its own function
Nico Weber
2023-04-06
LibGfx: Implement hopefully correct max_symbol handling in webp decoder
Nico Weber
2023-04-06
LibGfx: Read transform type in webp lossless decoder
Nico Weber
2023-04-06
LibGfx: Remove some noisy dbgln_if()s in webp decoder
Nico Weber
2023-04-05
LibGfx: Add some support for decoding lossless webp files
Nico Weber
2023-04-05
LibGfx: Add Bitmap::begin() / Bitmap::end()
Nico Weber
2023-04-05
LibGfx: Read webp lossless header using LittleEndianInputBitStream
Nico Weber
2023-04-03
LibGfx/JPEG: Add YCCK and CMYK to RGB color transformations
Lucas CHOLLET
2023-04-03
LibGfx/JPEG: Support for images with four components
Lucas CHOLLET
2023-04-03
LibGfx/JPEG: Replace C-style array by `Array`
Lucas CHOLLET
2023-04-03
LibGfx/JPEG: Bring IDCT and YCbCr conversion closer to specification
Lucas CHOLLET
2023-04-03
LibGfx/JPEG: Don't reject SOF2 image with successive approximations
Lucas CHOLLET
2023-04-03
LibGfx/JPEG: Support refinement scans
Lucas CHOLLET
2023-04-03
LibGfx/JPEG: Handle ZRL as a special case
Lucas CHOLLET
2023-04-03
LibGfx/JPEG: Change the loop over AC coefficients
Lucas CHOLLET
2023-04-03
LibGfx/JPEG: Still iterate over AC coefficients of a EOB targeted block
Lucas CHOLLET
2023-04-03
LibGfx/JPEG: Split `spectral_approximation`
Lucas CHOLLET
[next]