9706 Commits (27d7c3a7695a47bbe0785bb6234e44181fb2ba73)
 

Author SHA1 Message Date
Dmitry Pentin 10b4a59c7c Added debug methods 5 years ago
Dmitry Pentin 960145b8df Added comments 5 years ago
James Jackson-South c3c389588c
Merge pull request #1667 from SixLabors/js/fix-build-configuration 5 years ago
James Jackson-South 4b1dd91847 Fix build warning 5 years ago
James Jackson-South 03a2287769 Clarify build optimize rule 5 years ago
James Jackson-South 7cd2586a25 Simplify and fix build configuration 5 years ago
James Jackson-South f1bb0e40ca
Merge pull request #1654 from SixLabors/js/quantizer 5 years ago
Brian Popow eb69eb7d17 Add tests for tiff encoder discontiguous buffers 5 years ago
James Jackson-South 021ac8b15f Fix buffer allocation 5 years ago
James Jackson-South 0845fc1a03 Merge branch 'master' into js/quantizer 5 years ago
James Jackson-South 7a550f8830
Merge pull request #1663 from br3aker/bitoperations-code-improvement 5 years ago
Dmitry Pentin 76794d1182
Merge branch 'master' into bitoperations-code-improvement 5 years ago
Dmitry Pentin a5210b21a5 Jpeg encoder no uses Numerics.Log2 as fallback 5 years ago
Dmitry Pentin 5e5e48c537 Style fix 5 years ago
Dmitry Pentin 83f0a01d37 Fixed typo, fixed GetHuffmanEncodingLength invalid fallback code 5 years ago
James Jackson-South af5d669a15
Merge pull request #1664 from SixLabors/js/fix-warnings 5 years ago
James Jackson-South 1642a675c0 Fix build errors 5 years ago
James Jackson-South 8a80449cab Update editorconfig 5 years ago
James Jackson-South d650073603 Fix build config 5 years ago
Dmitry Pentin 2a48032ab6 Fixed compilation error 5 years ago
Dmitry Pentin ab8f727f97 Yet another docs fixes 5 years ago
Dmitry Pentin a4475fa3b6 Small docs fixes 5 years ago
Dmitry Pentin ab2a97a965 Moved jpeg specific code from Numerics.cs to the jpeg related code 5 years ago
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