160 Commits (cc080b94f2df99bbaea9ff4c756f9d14b922e2da)

Author SHA1 Message Date
Anton Firszov b12e1c47d8 merge back GetRowSpan and GetRowSpanUnchecked 6 years ago
Anton Firszov 80e0eee04f change AdvancedImageExtensions public API-s 6 years ago
James Jackson-South 50a693791f Delete Rgba32 named colors 6 years ago
Anton Firszov da65467918 Actually resize a 30k x 30k image 6 years ago
James Jackson-South 15a7a557f2 Revert `using` declaration changes for until we establish guidelines. 6 years ago
Brian Popow f897ab6f8d Change WithTestPatternImageAttribute to WithTestPatternImagesAttribute 6 years ago
Brian Popow 38454f8fde Use using declarations to reduce nesting 6 years ago
Brian Popow 43cbdab113 Fix stylecop warnings in the test project 6 years ago
James Jackson-South 6384f44501 Merge namespaces 6 years ago
James Jackson-South 9dc422d8a1 Add new target frameworks 6 years ago
Scott Williams 728342010e remove all drawing except draw image 6 years ago
James Jackson-South 5a7091e516 Simplify format specific metadata retrieval. 6 years ago
James Jackson-South 372c691d52 Gray8 => L8 6 years ago
Simon Cropp 564348631f use var where apparent (#972) 7 years ago
Simon Cropp f115c160fc remove some redundant variables and type params (#971) 7 years ago
Anton Firsov 29099949ca Throw ObjectDisposedException when trying to operate on a disposed image (#968) 7 years ago
Simon Cropp 6f1134102c Cleanup (#965) 7 years ago
Simon Cropp fb033fe0b6 remove unused variables and methods (#963) 7 years ago
Simon Cropp aac8eae64a fix some spelling (#962) 7 years ago
Simon Cropp edeaf7d9a6 redundant usings (#960) 7 years ago
Simon Cropp 2734847e2e fix some spelling (#957) 7 years ago
Anton Firsov a48de6301b Introduce non-generic ImageFrameCollection (#941) 7 years ago
Fredrik Eilertsen a842e98191 Throw UnkownFormatException on Image.Load (#932) 7 years ago
Anton Firsov b00b949141 API cleanup (related to #907) (#911) 7 years ago
Anton Firszov fcaaa6fa39 full coverage for Image.Load (I hope) 7 years ago
Anton Firszov 52c4a3d417 fix Image.FromStream() + add tests 7 years ago
Anton Firszov 75973d470b pixel-agnostic ResizeProcessor 7 years ago
Jason Nelson 48bac7b334 Update metadata names (#879) 7 years ago
Anton Firszov bc79b18817 Optimization: do not initialize pixel buffer in JpegDecoder 7 years ago
James Jackson-South 859d331234 Add Clone overloads for new configuration. 7 years ago
Anton Firszov a8c44f95dd skip WrapSystemDrawingBitmap_* on most environments to avoid sporadic test failures 8 years ago
Anton Firszov 390691f209 WrapMemory<T>(IMemoryOwner<T>) + additional System.Drawing test case 8 years ago
Anton Firszov 844740725e made WrapMemory() public + test case demonstrating using Image.WrapMemory() to draw over a System.Drawing.Bitmap instance 8 years ago
Anton Firszov 80a7b9f14a replace IBuffer<T> with IMemoryOwner<T> 8 years ago
James Jackson-South fc2dc1b69d Update ImageSharp Namespaces. 8 years ago
Scott Williams e1779325fb remove `SavePixelData()` apis in favour of `GetPixelSpan()` 8 years ago
Anton Firszov 7583a48415 better LoadPixelData tests 8 years ago
Anton Firszov ccb3513663 ReadOnlySpan<byte> overloads for Image.DetectFormat() 8 years ago
Anton Firszov e63535ee69 refactor tests for DetectFormat 8 years ago
Anton Firszov 78bb139128 common test cases for Image.Load(byte) and Image.Load(span) overloads 8 years ago
Anton Firszov cabce9c49a clean-up and isolate image load tests 8 years ago
Anton Firszov 9ab51ff3b2 IBuffer<T>.IsMemoryOwner, Buffer2D<T>.SwapOrCopyContent() 8 years ago
Anton Firszov 441f0365a6 Image.WrapMemory works 8 years ago
Anton Firszov 2956d422e0 unskipping CloneAs_ToBgr24 8 years ago
James Jackson-South 71d5819d94 Use Configuration over MemoryManager for ImageFrame<TPixel> 8 years ago
Anton Firszov 711844b378 skipping CloneAs_ToBgr24 before it drives us mad (see #576) 8 years ago
Anton Firszov a9816fd937 use overloading in ImageFrameCollection + more tests for API-s affected by the PR 8 years ago
woutware aa4a05719f Processed review comments, moved Image.ClearColor to ImageFrame.BackgroundColor. 8 years ago
woutware 5f599e6227 Performance improvements. 8 years ago
Jason Nelson 70abc75bbf Gaurd agaisnt null data when adding a new ImageFrame from data 8 years ago