4648 Commits (7217552ebf7f0b15beb4a0d0f5d6b5695563dc31)

Author SHA1 Message Date
Brian Popow 7217552ebf Add tests for discontiguous buffers for gif 6 years ago
Brian Popow ba4ef9df80 Add tests for discontiguous buffers for png 6 years ago
Brian Popow 4ef1852fac Re-enable DegenerateMemoryRequest test, fix Exception to be ImageFormatException 6 years ago
Brian Popow 1191d865be Increase LimitAllocatorBufferCapacity to 400 for RLE tests. 6 years ago
Anton Firszov 1366168a6c tests improvements: 6 years ago
Brian Popow 9d3d38fb32 Fix mistake counting equal pixels for encoding RLE tga 6 years ago
Brian Popow ce385e8687 Remove usage of GetSingleSpan() in tga encoder 6 years ago
Brian Popow 8a5ac95227 Remove usage of GetSingleSpan() in bmp decoder 6 years ago
Anton Firszov 59e2537103 Better exceptions for images with degenerate dimensions 6 years ago
Anton Firszov 0d0e8b3255 remove commented code 6 years ago
Anton Firszov aac5934df6 re-enable all target frameworks 6 years ago
Anton Firszov 3b3d3d92e2 fix bug found by DetectEdges_WorksOnWrappedMemoryImage 6 years ago
Anton Firszov 2a4c8492f9 Clean up public API 6 years ago
Anton Firszov 87d1ec55e8 polish MemoryAllocator API 6 years ago
Anton Firszov 793a4fb6c1 implement correct AdvancedImageExtensions behavior 6 years ago
Anton Firszov ee502195c2 change AdvancedImageExtensions public API-s 6 years ago
Anton Firszov f99ead64c2 fix JpegEncoder disco buffer handling 6 years ago
Anton Firszov d2b99294f7 Decode Jpegs to non-contiguous buffers 6 years ago
Anton Firszov 492e233d97 Actually resize a 30k x 30k image 6 years ago
Anton Firszov a3a0a3d1d8 robust BufferArea 6 years ago
Anton Firszov 35796da28c Improve robustness of discontiguous Buffer2D 6 years ago
Anton Firszov a4980be72d replace MemorySource with MemoryGroup 6 years ago
Anton Firszov eb8ea992f5 GetBoundedSlice, CopyTo/From span 6 years ago
Anton Firszov 52f5f05243 SwapOrCopyContent() works 6 years ago
Anton Firszov 7edc418141 Implemented: CopyTo, TransformTo, TransformInplace 6 years ago
Anton Firszov e93de01c2c CopyTo WIP 6 years ago
Anton Firszov 302c06b3a6 add some tests for CopyTo 6 years ago
Anton Firszov b74e1b7695 Allocate works 6 years ago
Anton Firszov d3e3e953ba More tests for MemoryGroup.Allocate() 6 years ago
Anton Firszov 591ed2765d test cases for MemoryGroup.Allocate() 6 years ago
Brian Popow 47b54328e0 Revert "Change InternalsVisibleTo from SixLabors.ImageSharp.Sandbox46 to ImageSharp.Tests.ProfilingSandbox" 6 years ago
Brian Popow 1b899d920e Change InternalsVisibleTo from SixLabors.ImageSharp.Sandbox46 to ImageSharp.Tests.ProfilingSandbox 6 years ago
James Jackson-South cc46f801d3 Add comment for default value. 6 years ago
James Jackson-South 62feaf33e1 Default RepeatCount to 1. Fix #1098 6 years ago
James Jackson-South f089d49a72 Generics FTW! 6 years ago
James Jackson-South fb1f38a261 rename pixel shader extensions and delegates 6 years ago
James Jackson-South 158d610b51 Rename IConfigurable 6 years ago
James Jackson-South a4257e002a Fix documentation comment 6 years ago
James Jackson-South 9e6a03459a Normalize MemoryAllocator references. 6 years ago
James Jackson-South 4f46b3e1a4 Normalize configuration usage and expose method. 6 years ago
James Jackson-South e848f9d01b Expose operations. Fix #1092 6 years ago
Anton Firszov 8764fd44f5 make stuff internal 6 years ago
Anton Firszov ef9bc9ec27 bufferLengthAlignment 6 years ago
Anton Firszov 1b54376c1c bufferLengthAlignment 6 years ago
Anton Firszov 1e663d72de better comments 6 years ago
Anton Firszov 32502d041b adjust names 6 years ago
Anton Firszov d90ece2729 initial skeleton of discontinuous buffer object model 6 years ago
Anton Firszov 9eed2f0344 fast-dev-hack 6 years ago
James Jackson-South 02199fdd2b Fix options calculation precedence 6 years ago
James Jackson-South bc1dde64c8 Update options helper to use switch and complete tests 6 years ago