Commit History

Author SHA1 Message Date
  Aliaksandr Kalenik a499ece16c LibGfx+LibWeb: Replace usages of Bitmap::fill() with Gfx::Painter 9 months ago
  Nico Weber 51617929dc LibGfx/GIFLoader: Add more debug logging output 1 year ago
  Lucas CHOLLET 70a3f1f02b LibCompress: Rename LZWDecoder => LzwDecompressor 1 year ago
  Lucas CHOLLET 11f53ba9cc LibCompress: Rename LZWDecoder.h => Lzw.h 1 year ago
  Nico Weber 437fd9ae2b LibGfx/GIFLoader: Add debug logging for image descriptors 1 year ago
  Lucas CHOLLET 7a55c4af0e LibGfx/GIF: Avoid copying LZW subblocks twice 1 year ago
  Lucas CHOLLET 7aa76e6c9f LibGfx/GIF: Shorten the lifetime of lzw_encoded_bytes_expected 1 year ago
  Andreas Kling c4d75ac11a LibGfx/GIF: Avoid a silly loop in GIF logical screen parsing 1 year ago
  Andreas Kling 182a2b0c3a LibGfx/GIF: Only parse global color table if header flag is set 1 year ago
  Lucas CHOLLET ce6cd4f45f LibGfx/GIF: Use `LZWDecoder::decode_all()` 1 year ago
  Lucas CHOLLET 5e2b049de8 LibCompress/LZW: Use a LittleEndianBitStream 1 year ago
  Lucas CHOLLET 00ad8419cf LibGfx+LibCompress: Extract the LZW decoder and move it to LibCompress 1 year ago
  Lucas CHOLLET a86c0ac003 LibGfx/GIF: Use east-side const 1 year ago
  Lucas CHOLLET e721c74598 LibGfx: Provide an implementation for `ImageDecoderPlugin::icc_data()` 1 year ago
  MacDue bbf66ea055 LibGfx: Remove maximum size limit for decoded images 1 year ago
  Lucas CHOLLET 500097de82 LibGfx/GIF: Decode the header in `create()` 2 years ago
  Lucas CHOLLET 294217586b LibGfx/GIF: Move the code to read the header to its own function 2 years ago
  Lucas CHOLLET b8bc84a3e8 LibGfx/GIF: Only use a `FixedMemoryStream` 2 years ago
  Lucas CHOLLET 1192e46c09 LibGfx/GIF: Don't read the header twice 2 years ago
  Lucas CHOLLET e5b70837de LibGfx: Remove `ImageDecoder::set_[non]volatile()` 2 years ago
  MacDue e7cddda7e1 LibGfx: Allow passing an ideal size to image decoders 2 years ago
  Ben Wiederhake da394abe04 LibGfx+Fuzz: Convert ImageDecoder::initialize to ErrorOr 2 years ago
  Tom e7921cfe14 LibGfx: Add first_animated_frame_index method to ImageDecoder 2 years ago
  Lucas CHOLLET 496b7ffb2b LibGfx: Move all image loaders and writers to a subdirectory 2 years ago