1849 Commits (9a80514f2c5bc248ef73498cf9453bb16ce0c38e)

Author SHA1 Message Date
James Jackson-South 9a80514f2c Faster 32-64 bit conversion, update references, and cleanup. 8 years ago
James Jackson-South 44c70efd8c Lol Whut? 8 years ago
James Jackson-South a8bd6580a2 Use SD, Better conversion and cleanup SD Bridge. 8 years ago
Anton Firszov ecf160e5bb refactor QuickSort to a common utility class 8 years ago
Scott Williams b270cbbc6d drop the Shapes.Text dependency 8 years ago
James Jackson-South a7f98c94e1 Use tolerant comparer. 8 years ago
James Jackson-South ae66072668 Use Rgba64 for image comparison. 8 years ago
James Jackson-South 8f37a41d58 Remove allocation when upscaling. 8 years ago
James Jackson-South e808514648 All tests now pass 8 years ago
James Jackson-South 397490997f Add 16bit decoder tests. 8 years ago
Scott Williams 948ea7e80b remove draw text along path 8 years ago
Scott Williams c13fb2cd1d make processors immutable again 8 years ago
Anton Firszov 8626ed120a better LoadPixelData tests 8 years ago
Anton Firszov 6e80236178 ReadOnlySpan<byte> overloads for Image.DetectFormat() 8 years ago
Anton Firszov de3e150552 refactor tests for DetectFormat 8 years ago
Anton Firszov ec0e78b147 common test cases for Image.Load(byte) and Image.Load(span) overloads 8 years ago
Anton Firszov 499b0476da clean-up and isolate image load tests 8 years ago
James Jackson-South 2dfe899da9 Update submodule from master. 8 years ago
James Jackson-South 011e9c32f1 Can now encode 16bit pngs. 8 years ago
Anton Firszov 36298f43e7 fine tune tolerance 8 years ago
Anton Firszov ed1a70d052 update submodule, fine-tune test tolerance 8 years ago
Anton Firszov 8a14fa0ab7 add FontShapesAreRenderedCorrectlyAlongACirclePath() 8 years ago
Scott Williams 77bf952bbd test drawing along path 8 years ago
Anton Firszov 723daaeee7 fix review findings 8 years ago
Scott Williams 886038928b increase coverage on drawing path collections 8 years ago
Scott Williams 3896723bfb additional tests around pen rendering with patterns 8 years ago
James Jackson-South 4f7888cb91 Add pixel operation tests 8 years ago
Anton Firszov 61e6d2d6e1 Replace .Lock() with .GetRootFramePixelBuffer() 8 years ago
James Jackson-South daee49eb27 Add Rgb48 tests 8 years ago
Scott Williams e43a8dbc2c apply optermised font rendering path to glyphs outlines 8 years ago
Scott Williams db88844711 increase tolerance on tests 8 years ago
James Jackson-South 019c337b5b Use Rgb48 for 16 bit png decoding. 8 years ago
James Jackson-South 3699ce30ec Fix tests 8 years ago
James Jackson-South 05b16cdb0f Add Rgb48 tests 8 years ago
James Jackson-South a24fc44723 Minor cleanup 8 years ago
Scott Williams 121f1edce6 ensure pen code path is tested 8 years ago
James Jackson-South 662f4082d7 Fix conversion add conversion tests 8 years ago
Scott Williams 02baa60e89 really update reference images this time 8 years ago
Scott Williams 6d92b4f83a update reference images 8 years ago
James Jackson-South 6c5c2a5cd1 Read Rgba64 png + some tests 8 years ago
Scott Williams 9cc4fd683d add optermised drawing path with cached glyph rendering 8 years ago
James Jackson-South 4c0176419c Refactor Rgba64 8 years ago
Anton Firszov dfd59dd25e CloningImageProcessor uses SwapOrCopyPixelsBuffersFrom() 8 years ago
Anton Firszov f6dd91922e IBuffer<T>.IsMemoryOwner, Buffer2D<T>.SwapOrCopyContent() 8 years ago
Anton Firszov b909f97a08 fix Benchmarks project 8 years ago
Anton Firszov 71b826d010 mark DangerousGetPinnableReferenceToPixelBuffer() obsolete 8 years ago
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