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-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
2023-04-03
LibGfx/JPEG: Use a basic `Stream` instead of a `SeekableStream`
Lucas CHOLLET
2023-04-03
LibGfx/JPEG: Remove the `ensure_bounds_okay` function
Lucas CHOLLET
2023-03-29
LibGfx/OpenType: Ignore glyphs with bogus offsets
Andreas Kling
2023-03-28
LibGfx: Don't render OpenType glyphs that have no outline
Julian Offenhäuser
2023-03-25
LibGfx/JPEG: More support for scans with a single component
Lucas CHOLLET
2023-03-25
LibGfx/JPEG: Rename `mb_index` to `macroblock_index`
Lucas CHOLLET
2023-03-25
LibGfx/JPEG: Log components present in a scan
Lucas CHOLLET
2023-03-24
LibGfx: Handle signed distance field edges better
MacDue
2023-03-24
LibGfx/PortableFormat: Use `static_cast` instead of C-style casts
Lucas CHOLLET
2023-03-24
LibGfx/PortableFormat: Propagate errors from `decode()`
Lucas CHOLLET
2023-03-24
LibGfx/PortableFormat: Propagate errors from `read_image_data()`
Lucas CHOLLET
2023-03-24
LibGfx/PortableFormat: Propagate errors from `read_magic_number()`
Lucas CHOLLET
2023-03-24
LibGfx: Remove unused class `Streamer`
Lucas CHOLLET
2023-03-24
LibGfx/PortableFormat: Port to Stream
Lucas CHOLLET
2023-03-24
LibGfx/PortableFormat: Use finite loops in `read_image_data`
Lucas CHOLLET
2023-03-24
LibGfx: Return true from `PortableImageDecoderPlugin::initialize()`
Lucas CHOLLET
2023-03-24
LibGfx: Remove unused functions `load_from_memory` and `load_impl`
Lucas CHOLLET
2023-03-24
LibGfx/PortableFormat: Propagate errors from some `read_*` functions
Lucas CHOLLET
2023-03-24
LibGfx/PortableFormat: Make `read_whitespace` return an `ErrorOr`
Lucas CHOLLET
2023-03-24
LibGfx/PortableFormat: Make `read_comment` return an `ErrorOr`
Lucas CHOLLET
2023-03-24
LibGfx/PortableFormat: Don't accept comments that don't start with `#`
Lucas CHOLLET
2023-03-24
LibGfx/PortableFormat: Simplify `read_number` signature
Lucas CHOLLET
2023-03-24
LibGfx: Make `PortableImageDecoderPlugin` constructor private
Lucas CHOLLET
2023-03-23
LibGfx: Implement simple signed distance field rendering
MacDue
2023-03-23
LibGfx: Add a simple GrayscaleBitmap class
MacDue
2023-03-22
LibGfx/JPEG: Replace a FIXME with some explanations
Lucas CHOLLET
2023-03-21
LibGfx: Move all image loaders and writers to a subdirectory
Lucas CHOLLET
2023-03-21
Everywhere: Use `LibFileSystem` where trivial
Cameron Youell
2023-03-21
LibGfx/OpenType: Do not preemptively return while searching for kerning
LukasACH
2023-03-21
LibGfx/OpenType: Get size of ValueRecord from PairPos valueFormat field
LukasACH
2023-03-21
LibGfx/OpenType: Move function read_value_record, add argument stream
LukasACH
2023-03-21
LibWeb: Don't try to parse GPOS lookup types we don't understand yet
Andreas Kling
2023-03-21
LibGfx/OpenType: Fix typo in 'kern' table parsing
Andreas Kling
2023-03-21
LibGfx/OpenType: Extend support for GPOS glyph positioning
LukasACH
2023-03-21
LibGfx: Use premultiplied alpha when scaling images
Tim Ledbetter
2023-03-19
LibGfx/JPEG: Make JPEGImageDecoderPlugin's constructor take a Stream
Lucas CHOLLET
2023-03-19
LibGfx: Correct the type of Lookup.subtable_offsets
Matt Purnell
2023-03-17
LibGfx/OpenType: Fix bound-check
gohai
2023-03-17
LibGfx/OpenType: Add some initial support for GPOS glyph positioning
Andreas Kling
2023-03-16
LibGfx: Remove stray space character in a comment
Nico Weber
[next]