10033 Commits (dce87fe2f8ffbd37ddf993e22aa83fc4dbefe69b)
 

Author SHA1 Message Date
Dmitry Pentin 3c70300a41 Added Log2 tests 5 years ago
Dmitry Pentin bf61a7dc13 Fixed comments 5 years ago
Dmitry Pentin e696b1971f Removed obsolete table 5 years ago
Dmitry Pentin 83643166ba Renamed MinimumBitsToStore16 metho to something more specific, added comments, added more peformant fallback implementation 5 years ago
Dmitry Pentin ded5b162d9 Implemented log2 method 5 years ago
Brian Popow 5966a2eddf
Merge pull request #1662 from SixLabors/bp/tiffavoidsinglespan 5 years ago
Brian Popow bcb3b7d81e
Merge branch 'master' into bp/tiffavoidsinglespan 5 years ago
Brian Popow eab4ed9faa
Merge pull request #1652 from SixLabors/bp/tiffgray 5 years ago
Brian Popow 3eb43bbda1 Avoid buffer2D.GetSingleSpan() and use GetPixelRowSpan instead 5 years ago
James Jackson-South 261c868c72
Merge branch 'master' into bp/tiffgray 5 years ago
James Jackson-South dfa0e455de
Merge pull request #1659 from SixLabors/af/update-RemoteExecutor 5 years ago
James Jackson-South a9114b3efe
Update src/ImageSharp/Processing/Processors/Quantization/EuclideanPixelMap{TPixel}.cs 5 years ago
James Jackson-South 287c1d6e48
Update src/ImageSharp/Processing/Processors/Quantization/EuclideanPixelMap{TPixel}.cs 5 years ago
Anton Firszov 255802cd9b improve comment 5 years ago
Anton Firszov 816a379218 use ConditionalFact to skip the test 5 years ago
Anton Firszov 73d273d425 skip RemoteExecutor_FailingRemoteTestShouldFailLocalTest on 32 bit Framework 5 years ago
Anton Firszov 488b486d3e fix BokehBlurFilterProcessor_Bounded 5 years ago
Anton Firszov cee9140e75 update Microsoft.DotNet.RemoteExecutor & XUnitExtensions 5 years ago
Brian Popow 2ec796ff8f Change BitsPerSample from ushort[] to TiffBitsPerSample struct 5 years ago
Anton Firszov a1b16e39aa add failing test 5 years ago
Brian Popow 22f4b7c12c Remove not needed null check for bits per sample 5 years ago
Brian Popow 3b8bed5e99 Remove not used constants 5 years ago
Brian Popow 9891a2ef3b Remove not needed GetBitsPerSample method 5 years ago
James Jackson-South 2ab611fd5c Use 5 bits for each component 5 years ago
James Jackson-South 58a3a958bf Just use ArrayPool<short>.Shared 5 years ago
James Jackson-South 27ec4ac074 Use ArrayPool byte with pinning. 5 years ago
Brian Popow aa848d74e9 Change BitsPerSample to a struct 5 years ago
James Jackson-South a6b7e5228d Use int 5 years ago
James Jackson-South 8c202d8fc2 Use pooling for pixelmap cache. 5 years ago
James Jackson-South ee02333c57
Update src/ImageSharp/Processing/Processors/Quantization/EuclideanPixelMap{TPixel}.cs 5 years ago
Brian Popow 0726de48ee
Merge branch 'master' into bp/tiffgray 5 years ago
Brian Popow 67f7b78293 Re-Introduce TiffBitsPerSample 5 years ago
James Jackson-South 02d40997fd
Merge branch 'master' into js/quantizer 5 years ago
James Jackson-South 381dff8640
Merge pull request #1655 from SixLabors/js/fix-1616 5 years ago
James Jackson-South 87aec89f25 Use GreatestCommonDivisor. Fix #1616 5 years ago
Brian Popow b205b7a5fa Use tolerant comparer for tiff encoder test with palette 5 years ago
James Jackson-South e773295622 Update refs to match new output 5 years ago
James Jackson-South 1fcf7f6057 Fix comments 5 years ago
James Jackson-South 5699f8c63c 1MB is enough 5 years ago
James Jackson-South a5770d0bd0 Increase memory to fix edge case issues 5 years ago
James Jackson-South 4b07c4e931 Merge branch 'master' into js/quantizer 5 years ago
James Jackson-South 11e31ed679
Merge pull request #1632 from br3aker/jpeg-decode-encode-optimization 5 years ago
Dmitry Pentin ab8ed086c0 Updated benchmark results 5 years ago
Dmitry Pentin 8bbcd65197 Improved benchmark for jpeg encoder 5 years ago
Dmitry Pentin ce1d992200 Fixed invalid curly braces, added debug Avx2 check 5 years ago
Dmitry Pentin 6d4e2ee23c Moved jpeg converter scaler tests to to jpeg converter tests 5 years ago
Dmitry Pentin 20a0d84676 Moved jpeg matrix scaler to jpeg converter 5 years ago
Dmitry Pentin 121d1fa917 Fixed build error due to invalid using 5 years ago
Dmitry Pentin 35daf2110f Added tests for vector rgb pixel matrix scaling 5 years ago
Dmitry Pentin 0013c54460 Optimized vector rgb pixel matrix scaling 5 years ago