Histórico de Commits

Autor SHA1 Mensagem Data
  Lucas CHOLLET ba84af7c22 LibGfx/TIFF: Move check on tag values in its own function há 1 ano atrás
  Lucas CHOLLET 31b5f17f79 LibGfx/TIFF: Reject images with invalid StripByteCounts or StripOffsets há 1 ano atrás
  Lucas CHOLLET 73c8b4865e LibGfx/TIFF: Add AdobeDeflate compression support há 1 ano atrás
  Lucas CHOLLET f389c1cdba LibGfx+LibPDF: Use LibCompress' implementation of the PackBits decoder há 1 ano atrás
  Lucas CHOLLET a31b988473 LibGfx/TIFF: Ensure baseline tags presence before decoding há 1 ano atrás
  Lucas CHOLLET 67522fab2e LibGfx/TIFF: Add support for RGBPalette images há 1 ano atrás
  Lucas CHOLLET 2cfca633ca LibGfx/TIFF: Add support for images with UnassociatedAlpha há 1 ano atrás
  Lucas CHOLLET caf9f00456 LibGfx/TIFF: Skip channels that we are unable to interpret há 1 ano atrás
  Lucas CHOLLET a443d2955a LibGfx/TIFF: Don't use SamplesPerPixel to infer the "type" of image há 1 ano atrás
  Lucas CHOLLET 64912d4d02 LibGfx/TIFF: Add support for images with CCITT3 1D compression há 1 ano atrás
  Lucas CHOLLET 7266d8c35d LibGfx/TIFF: Correctly upscale samples with a resolution lower than 8 há 1 ano atrás
  Lucas CHOLLET 3ae29fdeec LibGfx/TIFF: Support WhiteIsZero parameter for grayscale images há 1 ano atrás
  Lucas CHOLLET 234d084876 LibGfx/TIFF: Add support for bit-depth up to 32 bits per sample há 1 ano atrás
  Lucas CHOLLET 2691651abf LibGfx/TIFF: Generated the code to output debug prints há 1 ano atrás
  Lucas CHOLLET 1d345109c4 LibGfx/TIFF: Move `Formatter<Rational>`'s definition to TIFFMetadata.h há 1 ano atrás
  Lucas CHOLLET da134f6867 LibGfx/TIFF: Add support for grayscale images há 1 ano atrás
  Lucas CHOLLET ff73d5464a LibGfx/TIFF: Make `loop_over_pixels` autonomous for reading samples há 1 ano atrás
  Lucas CHOLLET 0a80daef90 LibGfx/TIFF: Don't include the null-byte terminator when reading strings há 1 ano atrás
  Lucas CHOLLET 1ede4f249d LibGfx/TIFF: Decode all PackedBits beforehand há 1 ano atrás
  Lucas CHOLLET 4994609af0 LibGfx/TIFF: Add support for the ICCProfile tag há 1 ano atrás
  Lucas CHOLLET 62f28d9968 LibGfx/TIFF: Teach the generator how to handle tags of type `Undefined` há 1 ano atrás
  Lucas CHOLLET e6fc18d96a LibGfx/TIFF: Support TIFF 5.0 LZW images há 1 ano atrás
  Lucas CHOLLET cc816b486c LibGfx/TIFF: Use `LZWDecoder::decode_all()` há 1 ano atrás
  Lucas CHOLLET 9836a9ad0e LibGfx/TIFF: Introduce a code generator há 1 ano atrás
  Lucas CHOLLET 1afdf7f3c7 LibGfx/TIFF: Take the TIFF value by rvalue reference in `handle_tag()` há 1 ano atrás
  Lucas CHOLLET 4ab2903e25 LibGfx/TIFF: Make `TIFFLoadingContext::handle_tag` be a free function há 1 ano atrás
  Lucas CHOLLET 34d91dec5b LibGfx/TIFF: Extract metadata-related definition to their own file há 1 ano atrás
  Lucas CHOLLET 1d1e7abba7 LibGfx/TIFF: Put the `TIFFLoadingContext` class in a TIFF namespace há 1 ano atrás
  Lucas CHOLLET b78f93d0b5 LibGfx/TIFF: Put metadata fields in their own struct há 1 ano atrás
  Lucas CHOLLET 272be6b20a LibGfx/TIFF: Add support for LZW compression há 1 ano atrás