5722 Commits (bc9ba35db10e8cfaf35dc3db8b6ece7eeee8a969)
 

Author SHA1 Message Date
brianpopow bc9ba35db1
Merge branch 'master' into feature/pngExif 8 years ago
Scott Williams f8dba5f9ac
Merge pull request #614 from SixLabors/sw/draw-text-optermizations 8 years ago
Anton Firszov 2f52b390b2 CachingGlyphRenderer: use a 1 dictionary instead of 3 8 years ago
Anton Firszov f943ba50a7 refactor QuickSort to a common utility class 8 years ago
Scott Williams 7304554cd3 Merge remote-tracking branch 'origin/master' into sw/draw-text-optermizations 8 years ago
brianpopow 8a2c8d948f
Merge branch 'master' into feature/pngExif 8 years ago
Scott Williams 4fcf13b830 drop the Shapes.Text dependency 8 years ago
Anton Firsov 2e62c60d51
Merge pull request #618 from SixLabors/af/memory-bridge2 8 years ago
Anton Firszov afc13ad2b0 reference System.IO.UnmanagedMemoryStream only for 1.3 8 years ago
Scott Williams 503ae5b1a8 remove draw text along path 8 years ago
Scott Williams 21d9d97bac make processors immutable again 8 years ago
Scott Williams ec7f54450a drop resolved todo comment 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 31b7789855 reference UnmanagedMemoryStream and implement ReadOnlySpan<byte> overloads of Image.Load() 8 years ago
popow e26ea4934f avoiding unnecessary allocation of the exif id byte array in StartsWithExifIdCode() 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 fd78beda18 fine tune tolerance 8 years ago
Anton Firszov 0b97ce205b fix build after merge 8 years ago
Anton Firszov 68330db3e2 Merge remote-tracking branch 'origin/master' into sw/draw-text-optermizations 8 years ago
Anton Firsov 097c150440
Merge pull request #617 from SixLabors/af/memory-bridge2 8 years ago
Anton Firszov 1babb6a8b2 update submodule, fine-tune test tolerance 8 years ago
Anton Firszov db00a369d3 add FontShapesAreRenderedCorrectlyAlongACirclePath() 8 years ago
Anton Firszov a5a84838c3 Merge branch 'sw/draw-text-optermizations' of https://github.com/SixLabors/ImageSharp into sw/draw-text-optermizations 8 years ago
Anton Firszov 5f9ba406a3 format long lines in DrawTextExtensions.Path.cs 8 years ago
Scott Williams 1fc2e583a0 test drawing along path 8 years ago
brianpopow 5594177df2
Merge branch 'master' into feature/pngExif 8 years ago
popow fd02990aa6 ToByteArray skips the first 6 bytes if includeExifCode is false, added unit test for that 8 years ago
Anton Firszov c198700982 fix BMP dimension check 8 years ago
popow 9e6c3e5617 removed code duplication setting the byte order marker 8 years ago
Anton Firszov e83fd51b4d fix review findings 8 years ago
Scott Williams 173f591e02 fix api changes due to MemoryManager->MemoryAllocator rename 8 years ago
Scott Williams 9087d19b03 Merge remote-tracking branch 'remotes/origin/master' into sw/draw-text-optermizations 8 years ago
Scott Williams b265f25af5 increase coverage on drawing path collections 8 years ago
Scott Williams f531af0fbc additional tests around pen rendering with patterns 8 years ago
Anton Firszov d38a1be680 Merge remote-tracking branch 'origin/master' into af/memory-bridge2 8 years ago
Anton Firsov 700548882f
Merge pull request #607 from SixLabors/af/memory-bridge 8 years ago
Anton Firszov 3407304a95 remove IBuffer2D<T> 8 years ago
Anton Firszov a569d4d9b8 delete PixelAccessor 8 years ago
Anton Firszov 349c12de4c Replace .Lock() with .GetRootFramePixelBuffer() 8 years ago
Anton Firszov b188f26a29 remove PixelAccessor<T> usages from common code 8 years ago
Anton Firszov 4ae524d94c hide GetPixelMemory() and GetPixelRowMemory() for now 8 years ago
popow 34e244302e all Exif tests which write and load images are now testing png and jpg 8 years ago
popow 820f30c461 - no longer exposing raw exif data byte's, using ToByteArray to write the ExifChunk 8 years ago
Scott Williams 4c08bb985b apply optermised font rendering path to glyphs outlines 8 years ago
Scott Williams bbd8acbf50 increase tolerance on tests 8 years ago
Scott Williams 0d42806cb5 ensure pen code path is tested 8 years ago
Scott Williams 544f207217 really update reference images this time 8 years ago