6630 Commits (fd07436736d721bedfbafc308d902aa1e7765778)

Author SHA1 Message Date
Brian Popow b86d4d0f73 Fix mistake with parsing VP8X header 7 years ago
Brian Popow c113c8ea8c Skipping over optional chunks with VP8X images (still does not seem to work) 7 years ago
Anton Firszov d758d49f1f expose limited Buffer2D internals, smplify API surface 7 years ago
James Jackson-South 5d9f5dfbef Remove unrequired blend function. 7 years ago
James Jackson-South a6b1467107 Fix ordering 7 years ago
James Jackson-South a1ad3baf61 Update PixelBlender{TPixel}.cs 7 years ago
James Jackson-South bd1fc22f32 Update PixelBlender{TPixel}.cs 7 years ago
James Jackson-South 7a4535459d Revert exposing PortDuffFunctions 7 years ago
Brian Popow 3c419fcfdc Refactor determining chunk types 7 years ago
Brian Popow bc80cf1c6b Use the width and height from the VP8X information, if present 7 years ago
Brian Popow ca93805da6 Parsing of image features of VP8X header 7 years ago
Brian Popow 9b19a76207 Add additional chunk header constants 7 years ago
Brian Popow d4efca8607 Parsing the transforms (still WIP) 7 years ago
Peter Amrehn 593d247cd3 height comes before width, switch order. 7 years ago
popow 01412d0981 Add bitreader for a VP8L stream. Determining image size for VP8L should work now. 7 years ago
Lajos Marton 80cf5d83ef WebP Identify test added, webp sample files copied from official samples repository 7 years ago
Brian Popow b198ddb453 Additional webp constants, first attempt parsing VP8L header 7 years ago
Brian Popow 0392d0ea87 Add reading of VP8X header 7 years ago
James Jackson-South 14139e7bd0 Expose pixelblenders. Touch #967 7 years ago
Peter Amrehn 4599713c31 fix typo 7 years ago
Brian Popow da6ff8b3d6 Fix orientation of RLE images 7 years ago
Brian Popow ad50ab8718 A little cleanup and comments 7 years ago
Brian Popow 96d6afe944 Skip palette bytes if image type indicates its no palette image 7 years ago
Brian Popow 3b5af03f5f Add test for the tga encoder 7 years ago
Brian Popow 7b3018c3e1 Add support for encoding rle 8, 16 and bit tga images 7 years ago
Brian Popow ca03cebdda Add support for encoding RLE tga images 7 years ago
Brian Popow 20f1a1fa65 Treat bgra5551 pixels as opaque 7 years ago
Brian Popow deb1bf5284 Add support for images with top left origin 7 years ago
Brian Popow 52fd45bf07 Identify works at least for reading the image dimensions so far 7 years ago
Brian Popow 06980070a4 First attempt parsing minimal image info 7 years ago
Peter Amrehn c0f455fe2d introduce decoderCore classes (without implementation) 7 years ago
Brian Popow 4e7b722d79 Add empty implementation of IImageDecoder to test github colaboration 7 years ago
Peter Amrehn 415881dddf Initial Commit towards WebP 7 years ago
Brian Popow dce04067d8 Add support for decoding rle tga with palette 7 years ago
Brian Popow 462ba485f5 Add support for decoding tga image with palette 7 years ago
Brian Popow 98f4def9a9 Support for encoding 8, 16 and 32 bit tga files 7 years ago
Brian Popow 167eec1a16 Add support for encoding 24 bit tga files 7 years ago
Brian Popow fabd7f4bbe Add decoding of 16 and 8 bit rle images 7 years ago
Brian Popow 2bfe960d6a Unified reading rle images 7 years ago
Brian Popow 81ed8ca8e2 Avoid calculating the row start index inside the loop 7 years ago
Brian Popow fec6cad3ea Add decoding of 32 bit RLE 7 years ago
Brian Popow 3cbc741a18 Add decoding of 24bit RLE tga images 7 years ago
Brian Popow aa110740e0 Fix decoding 16 bit tga files by making them opaque 7 years ago
Brian Popow 3b48dc39dc Add tga decoder tests 7 years ago
Brian Popow 38589a0eb8 Add support for decoding 8, 16, 32 bit tga files 7 years ago
Brian Popow 16aef1757b Add decoding of 24 bit targa files 7 years ago
Zappy Zhao 6293bf6f28
Update the hex value for DarkSeaGreen color 7 years ago
Brian Popow e722cc7fc5 Fix issue when reading data spreading over multiple IDAT chunks. Fixes issue #1014. 7 years ago
Brian Popow 51c652939e Add additional information about the climpLimit 7 years ago
Sheyne Anderson d304c77214 Fix StyleCop issues 7 years ago