1316 Commits (8c8fd3267f746ec1372c03282baa99e2d359efbb)

Author SHA1 Message Date
Anton Firszov e417ea275e rename namespace: SixLabors.ImageSharp.Memory -> SixLabors.Memory 8 years ago
Anton Firszov 86e6f863ea RENAME: MemoryManager -> MemoryAllocator 8 years ago
Anton Firszov 441f0365a6 Image.WrapMemory works 8 years ago
Anton Firszov a8c9893e2f refactor FillRegionProcessor, drop MemoryManager.AllocateFake 8 years ago
Anton Firszov cac9d10e3a fix ShapeRegionTests 8 years ago
Anton Firszov d71ba3d761 refactor SixLabors.ImageSharp.Primitives.Region 8 years ago
Anton Firszov e33a167826 GetPixelRowMemory(), GetPixelRowSpan() 8 years ago
Anton Firszov 141d39c319 GetPixelMemory() tests 8 years ago
Anton Firszov de717cf94a normalize IBuffer2D<T> API 8 years ago
Anton Firszov 8457372718 introduce .GetPixelMemory(), get rid of BufferExtensions.GetMemory() 8 years ago
Anton Firszov 8c45946078 System.Buffers.MemoryManager<T> is adapted 8 years ago
Anton Firszov aaba1a1885 Change IBuffer<T>.Span to IBuffer<T>.GetSpan() to match System.Buffers.MemoryManager<T> API 8 years ago
popow 03faf82ff0 changed assertion in Rgba32_ToRgb24 to check each color channel separately 8 years ago
popow 46bfafa688 added missing licence note for the pixel tests 8 years ago
popow 196b936438 corrected namespace of some pixel format tests to SixLabors.ImageSharp.Tests.PixelFormats 8 years ago
popow 6154336196 splitted up PackedPixelTests into one test file for each pixel format 8 years ago
popow aecc3c3901 marked the asserts which fail 8 years ago
popow 2f000fb0b5 refactored remaining packed pixel tests 8 years ago
James Jackson-South aea1ef8b43 Update dependencies 8 years ago
popow 8b33250a09 refactored short2 tests 8 years ago
popow 2980ef58f0 moved NormalizedByte4, NormalizedShort4, Short4 test to a separate file to be able to reproduce #594. Note: the refactored better isolated tests do not produce the error 8 years ago
popow 990f47ece6 moved NormalizedByte4, NormalizedShort4, Short4 test to a separate file to be able to reproduce #594. Note: the refactored better isolated tests do not produce the error 8 years ago
popow f8c63c70ee refactored NormalizedByte4 tests #594 8 years ago
popow adbb16cbb9 refactored NormalizedShort4 tests (#594) 8 years ago
popow 09bc65f128 even more refactoring of short4 tests 8 years ago
popow d309b8bd4e skipping short4 test on linux again 8 years ago
popow 24b9437c5f fixed expected and actual order in the Asserts 8 years ago
popow 445b0d1584 refactored short4 tests, so the different tests are better isolated (#594) 8 years ago
Anton Firszov caf10379a9 validating tests for DrawText() 8 years ago
Anton Firszov 2956d422e0 unskipping CloneAs_ToBgr24 8 years ago
Anton Firszov e1faad0797 skipping tests in PackedPixelTests (see #594) 8 years ago
James Jackson-South 71d5819d94 Use Configuration over MemoryManager for ImageFrame<TPixel> 8 years ago
Dirk Lemstra 4a0e0e159d Disable caching in the FileProvider for the 32bit build. 8 years ago
Dirk Lemstra 1e25b6f5bc Added extra images to the exclude list and also skip them locally. 8 years ago
Anton Firsov 7421945989
Making net471 the first target again, hope it will fix travis 8 years ago
Johannes Bildstein 35f6b73042 add check for ICC profile validity 8 years ago
Anton Firszov 50cda5d7e5 add netcoreapp2.1 target and change README.md 8 years ago
Dirk Lemstra 647cfd4027 Fixed typo. 8 years ago
Dirk Lemstra bbf6b22b83 Added unit test. 8 years ago
Anton Firszov 711844b378 skipping CloneAs_ToBgr24 before it drives us mad (see #576) 8 years ago
Anton Firszov 6f3c249ce1 scatter JpegDecoderTests into multiple files 8 years ago
Anton Firszov 6ca57aa201 refactor jpeg tests + add another test image for #159 8 years ago
Anton Firszov 4e47a08102 simplify JpegImagePostProcessorTests further 8 years ago
Peter Amrehn 5d3daaacbe #542: apply naming scheme for abstract classes 8 years ago
James Jackson-South 4d87ab3a47 Remove unneeded test 8 years ago
Anton Firszov 51e257e5c7 minor cleanup 8 years ago
Anton Firszov 87da33dab1 OrigJpegDecoder -> GolangJpegDecoder + test cleanup 8 years ago
Anton Firszov 9fa1e3e4df add tolerance to comparison in tests 8 years ago
Anton Firszov a217e42a48 FillEllipticGradientBrushTests 8 years ago
Anton Firszov d53e015be4 finish refactoring FillLinearGradientBrushTests 8 years ago