6762 Commits (dae7c7a2d88d887a8206e2183eccf4db2f8a568d)
 

Author SHA1 Message Date
Robin Krom dae7c7a2d8 Some changes to make the usages of GDI in benchmarks and tests more stable, this should hopefully prevent "a generic error occurred in GDI+". Hopefully I didn't miss one... (#835) 7 years ago
James Jackson-South a33255c19c
Reorder target frameworks (#833) 7 years ago
Brian Popow a2c4b2d5d8 Add support for Decoding BI_ALPHABITFIELDS (#832) 7 years ago
Brian Popow 66f77952f7 Fix Decoding interlaced grayscale (#831) 7 years ago
Brian Popow 07aa4f9316 Respecting fileHeader Offset, skipping bytes if necessary (#819) 7 years ago
Brian Popow fb9e23020b Fix Decoding 8-Bit grayscale png's with alpha (#830) 7 years ago
James Jackson-South d062ffa064
Track input stream position on load. (#820) 7 years ago
James Jackson-South 2bf060f40b
Update dependencies + fix stylecop (#816) 7 years ago
Brian Popow 2c62112017 Adds support for OS/2 version 2 bitmaps (#813) 7 years ago
Brian Popow 0d68e6d09d Added support for RLE4 encoded bitmaps (#812) 7 years ago
Brian Popow 84ba4bbf0d Decoding Bitmaps with BITFIELDS masks (#796) 7 years ago
James Jackson-South bbb739ba93
Fix Color Filters (#806) 7 years ago
James Jackson-South 667464a16f
Merge pull request #804 from SixLabors/js/fix798 7 years ago
James Jackson-South 78f0a41f03 Use bounds checks in Huffman ctr. Fix #798 7 years ago
James Jackson-South 76daac76d9
Merge pull request #801 from jongleur1983/797-LoadThrowsNRE-bySharpFuzz 7 years ago
Peter Amrehn 1359bceb45 #797 - apply review remarks 7 years ago
Peter Amrehn 880be0a5aa #797 throw ImageFormatException when no StartOfFrame marker is found on a jpg image. 7 years ago
James Jackson-South b9638be032
Merge pull request #784 from feliwir/jpeg-12bit 7 years ago
James Jackson-South b67b5b3686 Update reference images and decoder 7 years ago
James Jackson-South 401144a421 Minor optimizations 7 years ago
James Jackson-South 8f014e0ac1 Merge remote-tracking branch 'upstream/master' into jpeg-12bit 7 years ago
James Jackson-South 6eb1207e13
Merge pull request #792 from brianpopow/feature/BMPv2ColorPaletteFix 7 years ago
James Jackson-South b8656bf405 Use S.D in Windows. 7 years ago
James Jackson-South 29203023da Fix reference tests 7 years ago
James Jackson-South 29a5c61a42 Merge remote-tracking branch 'upstream/master' into feature/BMPv2ColorPaletteFix 7 years ago
James Jackson-South 728802c661
Merge pull request #791 from brianpopow/feature/BmpOS22ShortSupport 7 years ago
James Jackson-South 01f8a298a5 Merge remote-tracking branch 'upstream/master' into feature/BMPv2ColorPaletteFix 7 years ago
James Jackson-South 076d38754e Use MagickReferenceDecoder for bmp. 7 years ago
James Jackson-South f2a4c4bfd6 Disable comparison since the reference decoders cannpt decode the image. 7 years ago
James Jackson-South 60ffb8061c Merge remote-tracking branch 'upstream/master' into feature/BmpOS22ShortSupport 7 years ago
popow c4d80dbbf4 updated unit test to be in line with the other tests 7 years ago
popow a6919d4b15 added Test for decoding windows BMPv2 and one for a bitmap which has 4 bytes per color palette 7 years ago
James Jackson-South 82f1d63a75
Merge pull request #785 from swoolcock/more-aot-compiling 7 years ago
James Jackson-South d86446a7c5
Merge branch 'master' into more-aot-compiling 7 years ago
James Jackson-South 192493bc9e
Merge pull request #789 from SixLabors/js/fix-gaussian 7 years ago
popow d446c0cb7d Os2Short -> Os22ShortSize 7 years ago
popow 1f4497f87f fix for Windows 2.0 or OS/2 1.x bitmaps only use 3 bytes per color palette entry 7 years ago
popow c0a0c6ec95 added unit test for decoding OS2 bitmap with 16 bytes header 7 years ago
popow 62aa36c4d0 added parsing of the OS22XBITMAPHEADER short variant (16 bytes) 8 years ago
Shane Woolcock 4415738129 Code sanity 8 years ago
Shane Woolcock 72616d6708 AoT seed image encoders as well as decoders 8 years ago
Shane Woolcock ca2afcd131 Merge branch 'master' into more-aot-compiling 8 years ago
Shane Woolcock ef2ac016b5 Seed unsafe calls from the static constructor. 8 years ago
James Jackson-South 11e02cbdf2
Merge branch 'master' into js/fix-gaussian 8 years ago
James Jackson-South 48d54eeac7
Merge pull request #783 from carbon/cq10 8 years ago
James Jackson-South 8fc5320f0d Use correct Kernel dimensions and optimize. Fix #786 8 years ago
James Jackson-South e26fe87bc4
Merge branch 'master' into cq10 8 years ago
Jason Nelson e3c1d7c954 Use HashCode.Add when combining more than 8 hashcodes 8 years ago
Jason Nelson 432af82793 Replace HashHelpers with HashCode.Combine 8 years ago
James Jackson-South ec8079d925
Merge pull request #788 from SixLabors/js/fix-transforms 8 years ago