2806 Commits (ee93aa406d6b1fd4aa253e72cc8d67387b6f2deb)

Author SHA1 Message Date
Anton Firszov ee93aa406d InBytes->InBytesSqrt, InPixels->InPixelsSqrt 6 years ago
Anton Firszov 4e213da079 temporarily disable Calliphora+Disco to see effect on CI 6 years ago
Anton Firszov d36d902456 merge back GetRowSpan and GetRowSpanUnchecked 6 years ago
Brian Popow ef04409981 Fix DegenerateMemoryRequest tests 6 years ago
Brian Popow 7217552ebf Add tests for discontiguous buffers for gif 6 years ago
Brian Popow a02705a72e 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 13fe3f7e30 fix my bug in Encode_WorksWithDiscontiguousBuffers 6 years ago
Anton Firszov 26d75cbfd4 TGA limit 6 years ago
Anton Firszov 5ade80af3a re-enable skipped test 6 years ago
Anton Firszov a7b29e13a5 re-enable skipped test 6 years ago
Anton Firszov 1366168a6c tests improvements: 6 years ago
Brian Popow 8be58fa125 Remove not needed png file from the testfiles 6 years ago
Brian Popow 9661224fb0 Add tests for discontiguous buffers for tga 6 years ago
Brian Popow 7f42381204 Add tests for discontiguous buffers for bitmaps 6 years ago
Anton Firszov 59e2537103 Better exceptions for images with degenerate dimensions 6 years ago
James Jackson-South f11a3a019b Use Span<T> as buffer param 6 years ago
James Jackson-South 33bd5a920c Fix arguments order and tests 6 years ago
Anton Firszov 31fe2b3d22 no, we still can't cache images for 32bit tests 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
James Jackson-South d8164d3b04 Fix non-windows build 6 years ago
James Jackson-South 00dc2a8c98 Internalize, partially optimize and rename Action methods. 6 years ago
James Jackson-South b62434cea9 Rename class and add native memory profiler 6 years ago
James Jackson-South 4c023b2589 Add memorydiagnoser 6 years ago
Anton Firszov 11183d0a94 a few more cases to ParallelHelperTests 6 years ago
Anton Firszov c2cecdfff8 jpeg encoder tests for disco buffers 6 years ago
Anton Firszov d2b99294f7 Decode Jpegs to non-contiguous buffers 6 years ago
James Jackson-South 8e12faddf3 Break when minY >= bottom 6 years ago
James Jackson-South ad8525e6c1 Test false color parsing 6 years ago
James Jackson-South ba329d3bdd Delete Rgba32 named colors 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
James Jackson-South 93a6cc092f Add new parsing methods. Fix #1103 6 years ago