10886 Commits (c8e2902be2e1ad4e271e316b36e946eaa2d35e43)
 

Author SHA1 Message Date
WINDEV2110EVAL\User c8e2902be2 Moved legacy exif data loading test from PngDecoderTests to PngMetadataTests. 4 years ago
WINDEV2110EVAL\User c2b906ee12 Removed unnecessary temporary allocations. 4 years ago
WINDEV2110EVAL\User 8b9c334bca Moved the ExifHeader property to after the constructor to satisfy StyleCop. 4 years ago
jubilant-enigma 7f4c9cdd8f
Update src/ImageSharp/Formats/Png/PngDecoderCore.cs 4 years ago
jubilant-enigma c8a191d296
Update src/ImageSharp/Formats/Png/PngDecoderCore.cs 4 years ago
WINDEV2110EVAL\User d5ddc4696e Fixed an incomplete comment 4 years ago
WINDEV2110EVAL\User 2c12c78e83 Added support for loading exif data from pre-2017 pngs from the "raw profile type exif" text chunk. 4 years ago
Brian Popow 952af3747e
Merge pull request #1873 from SixLabors/bp/fix1872 4 years ago
Brian Popow 3780ca78e0 Add lossless encode test which checks the expected bytes count of the encoded file 4 years ago
Brian Popow 72c6f52909 Allocate clean buffer in AnalyzeEntropy 4 years ago
James Jackson-South 8fbc68cc4c
Merge pull request #1865 from SixLabors/js/fix-color-conversion 5 years ago
James Jackson-South 15716c1d38 Fix Color conversion for differing types 5 years ago
Brian Popow 3e02a0c029
Merge pull request #1862 from SixLabors/bp/transformsse 5 years ago
Brian Popow da843f7546
Merge branch 'master' into bp/transformsse 5 years ago
Brian Popow 0517fecbb2
Merge pull request #1857 from SixLabors/bp/quantizeblockavx 5 years ago
James Jackson-South f5506964b1
Merge branch 'master' into bp/transformsse 5 years ago
James Jackson-South 909525c29e
Merge branch 'master' into bp/quantizeblockavx 5 years ago
James Jackson-South f44f11f1be
Merge pull request #1859 from SixLabors/js/jpeg-decode-to-type-async 5 years ago
James Jackson-South f415e379ed Update JpegDecoderTests.cs 5 years ago
Brian Popow 8321fa528d
Merge branch 'master' into bp/quantizeblockavx 5 years ago
James Jackson-South 887d0616c0
Merge branch 'master' into js/jpeg-decode-to-type-async 5 years ago
James Jackson-South 4d0bc4afa8
Merge pull request #1853 from br3aker/dp/jpeg-decoder-cleanup 5 years ago
Dmitry Pentin 7d524bda2b Fixed compilation error 5 years ago
Brian Popow 9e8d17daa3
Merge branch 'master' into bp/transformsse 5 years ago
Dmitry Pentin e9a25c74e0 Added xml docs to the SpectralConverter 5 years ago
Brian Popow 83caa30b96 Add tests for TransformOne and TransformTwo 5 years ago
Dmitry Pentin 13602169c0 Moved cancellation token to a more appropriate place 5 years ago
Dmitry Pentin 0de7f01ee2
Merge branch 'master' into dp/jpeg-decoder-cleanup 5 years ago
Dmitry Pentin 717b166e41 Removed unnecessary small allocation from color post processing, removed test benchmark call from sandbox project 5 years ago
Dmitry Pentin 15f7889811 Removed benchmarking code from test suite - we already have those in benchmark project 5 years ago
James Jackson-South 1510dc0a6b
Merge branch 'master' into js/jpeg-decode-to-type-async 5 years ago
Brian Popow 3a3059e826
Merge pull request #1860 from SixLabors/bp/vp8sse4x4avx 5 years ago
Brian Popow 4a9da2f536
Merge branch 'master' into bp/vp8sse4x4avx 5 years ago
Dmitry Pentin eb120ba1a5 gfoidl const Size struct jit inlining in color converters 5 years ago
Dmitry Pentin 555514a680
Merge branch 'master' into dp/jpeg-decoder-cleanup 5 years ago
James Jackson-South cc28bc00df Use Rgb24 for Async 5 years ago
Brian Popow 07cef0c5d1 Add SSE2 version of TransformOne 5 years ago
Brian Popow 23ee80be31 Add SSE2 version of TransformTwo 5 years ago
Brian Popow 8e515c1423 Rename ITransform to ITransformTwo to better reflect that actually two transforms take place 5 years ago
Brian Popow 837a37931d Add test for Vp8Sse4X4 without AVX2 5 years ago
Brian Popow b52abeffc0 Remove not needed allocation 5 years ago
Brian Popow 383f455d3a Add AVX2 version of Vp8_Sse4X4 5 years ago
Brian Popow 00d32aee52 Merge remote-tracking branch 'origin/master' into bp/quantizeblockavx 5 years ago
James Jackson-South 16ea95b1c9
Merge pull request #1852 from SixLabors/bp/ftransformsse 5 years ago
James Jackson-South 8246cce1cc
Merge branch 'master' into bp/ftransformsse 5 years ago
James Jackson-South 81433c2f52 Remove more scalar bounds checks 5 years ago
James Jackson-South cbfff384eb
Merge pull request #1856 from justinbhopper/master 5 years ago
Justin Hopper c0ee67b5b2 Added missing CancellationToken parameters to Image 5 years ago
Brian Popow ec4298abd8 Add QuantizeBlock test without AVX 5 years ago
Brian Popow 554c0d7b52 Add AVX2 version of QuantizeBlock 5 years ago