1299 Commits (85d7548049f061bc83f84de4ec22a1987c89101d)

Author SHA1 Message Date
Anton Firszov 85d7548049 rename namespace: SixLabors.ImageSharp.Memory -> SixLabors.Memory 8 years ago
Anton Firszov 6585f9551f RENAME: MemoryManager -> MemoryAllocator 8 years ago
Anton Firszov 5e428ed458 Image.WrapMemory works 8 years ago
Anton Firszov 259f9736f3 refactor FillRegionProcessor, drop MemoryManager.AllocateFake 8 years ago
Anton Firszov 66678cc5ae fix ShapeRegionTests 8 years ago
Anton Firszov 85d0295f44 refactor SixLabors.ImageSharp.Primitives.Region 8 years ago
Anton Firszov 7fd6b27100 GetPixelRowMemory(), GetPixelRowSpan() 8 years ago
Anton Firszov 6c1aca985d GetPixelMemory() tests 8 years ago
Anton Firszov 5847c5f949 normalize IBuffer2D<T> API 8 years ago
Anton Firszov b32c7849f3 introduce .GetPixelMemory(), get rid of BufferExtensions.GetMemory() 8 years ago
Anton Firszov 977eab6f2b System.Buffers.MemoryManager<T> is adapted 8 years ago
Anton Firszov e610fd0f7a Change IBuffer<T>.Span to IBuffer<T>.GetSpan() to match System.Buffers.MemoryManager<T> API 8 years ago
James Jackson-South 161a6fbb60 Update dependencies 8 years ago
Anton Firszov 7a474d9308 validating tests for DrawText() 8 years ago
Anton Firszov 2694ec741d unskipping CloneAs_ToBgr24 8 years ago
Anton Firszov 23189f693e skipping tests in PackedPixelTests (see #594) 8 years ago
James Jackson-South 48c4003896 Use Configuration over MemoryManager for ImageFrame<TPixel> 8 years ago
Dirk Lemstra decb92f0e6 Disable caching in the FileProvider for the 32bit build. 8 years ago
Dirk Lemstra 58f3c0e821 Added extra images to the exclude list and also skip them locally. 8 years ago
Anton Firsov 99e775967e
Making net471 the first target again, hope it will fix travis 8 years ago
Johannes Bildstein 3747f46a50 add check for ICC profile validity 8 years ago
Anton Firszov bb316c28b3 add netcoreapp2.1 target and change README.md 8 years ago
Dirk Lemstra 8c5dd789eb Fixed typo. 8 years ago
Dirk Lemstra e62786a6a0 Added unit test. 8 years ago
Anton Firszov 41ef5ee4be skipping CloneAs_ToBgr24 before it drives us mad (see #576) 8 years ago
Anton Firszov caecf2288e scatter JpegDecoderTests into multiple files 8 years ago
Anton Firszov 153978dbc2 refactor jpeg tests + add another test image for #159 8 years ago
Anton Firszov 2f0c1c4962 simplify JpegImagePostProcessorTests further 8 years ago
Peter Amrehn 21e4f70241 #542: apply naming scheme for abstract classes 8 years ago
James Jackson-South dc22c1fbf7 Remove unneeded test 8 years ago
Anton Firszov af26343acc minor cleanup 8 years ago
Anton Firszov 4d0c334ba6 OrigJpegDecoder -> GolangJpegDecoder + test cleanup 8 years ago
Anton Firszov 4601ecc7f9 add tolerance to comparison in tests 8 years ago
Anton Firszov d939cfa78a FillEllipticGradientBrushTests 8 years ago
Anton Firszov 726d932b23 finish refactoring FillLinearGradientBrushTests 8 years ago
Anton Firszov 96dfbcaf94 VerticalReturnsUnicolorColumns -> VerticalBrushReturnsUnicolorRows (+ simplify test code) 8 years ago
Anton Firszov 15947f84e0 FillLinearGradientBrushTests #1 8 years ago
Anton Firszov fe9fcfe6be introduce TestImageExtensions.VerifyOperation(), simplify FillRadialGradientBrushTests and output file names 8 years ago
Peter Amrehn e9faeef176 #542: cleanup test file names, fix naming for RadialGradientBrush test files 8 years ago
Unknown 2bbc57eca1 #542: code cleanup 8 years ago
Unknown fa6cfe0c9c #542: shorten test names, improve test image filenames 8 years ago
Johannes Bildstein b71c8d0c80 fix calculation of ICC profile ID and add tests for it 8 years ago
James Jackson-South 55dfc739cc Expand tests to cover both decoders 8 years ago
James Jackson-South df6f544341 Move common components 8 years ago
James Jackson-South f6d2af9c39 Move decoder constants 8 years ago
James Jackson-South a4ff35cca1 Rename Golang decoder components 8 years ago
James Jackson-South 36787b2356 Merge constants and rename decoder core 8 years ago
Anton Firszov b8519bf0c0 use FormattableString instead of string in tests 8 years ago
Jason Nelson 00a0451e21 Allow leading period in FindFormatByFileExtension 8 years ago
Jason Nelson 5d02aebdc8 Improve ColorBuilder test coverage 8 years ago