5774 Commits (88e41ea439bf12ca5ff11476a488e20c1a026d2c)
 

Author SHA1 Message Date
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
Jason Nelson 2861c521c4 Downgrade Unsafe package [test] 8 years ago
Jason Nelson a879b20c20 Eliminate reference to System.Runtime.CompilerServices.Unsafe on .NETCOREAPP2.1 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
Jason Nelson eef2fff653 Specify the runtime when running tests for netcoreapp2.1 [take 1] 8 years ago
Scott Williams 0d42806cb5 ensure pen code path is tested 8 years ago
Jason Nelson 9b6186770d Enable AutoGenerateBindingRedirects for tests 8 years ago
Jason Nelson 0d78eb8396 Manually reference System.Runtime.CompilerServices.Unsafe in tests 8 years ago
Jason Nelson 4c26dd9a5f stackalloc chroma 8 years ago
Jason Nelson 8c9e634e66 Interpolate Size 8 years ago
Scott Williams 544f207217 really update reference images this time 8 years ago
popow 4ed1df8ffc added unit test which writes a png with a Exif Profile and checks after reloading it, if the profile is still there (#611) 8 years ago
Scott Williams fe1262a34d update reference images 8 years ago
Scott Williams a8fa985b66 add optermised drawing path with cached glyph rendering 8 years ago
popow 89f60fc96d if ignoreMetadata is set, EXIF chunk will be ignored 8 years ago
popow 39e3122ded writes the eXIf chunk to the stream during encoding (#611) 8 years ago
popow cd44c222ac added EXIF chunk type and setting ExifProfile, if eXIf chunk data is present (#611) 8 years ago
brianpopow 7380a63736
Merge pull request #1 from SixLabors/master 8 years ago
Jason Nelson dda53ff3b3 Enable netcoreapp2.1 tests on AppVeyor 8 years ago
Jason Nelson b858c4ffb9 Make new Span field on DenseMatrix internal 8 years ago
Jason Nelson 2f2484d834 Revert "Eliminate allocation processing the identifier in ProcessApp2Marker" 8 years ago
Jason Nelson c5e42dffa1 Eliminate allocation reading BMP file header 8 years ago
Jason Nelson e4bddc786f Eliminate allocation processing the identifier in ProcessApp2Marker 8 years ago
Jason Nelson fb50cede53 Eliminate allocation reading BMP header 8 years ago
Jason Nelson f6936c6be0 Eliminate cmd allocation in BmpDecoder 8 years ago
Jason Nelson 15c610f850 Eliminate subsample allocation in JpegEncoder 8 years ago
Jason Nelson 5abcf2b179 Add stream extensions for Span<T> 8 years ago
Anton Firszov c87726e123 CloningImageProcessor uses SwapOrCopyPixelsBuffersFrom() 8 years ago
Anton Firszov 9ab51ff3b2 IBuffer<T>.IsMemoryOwner, Buffer2D<T>.SwapOrCopyContent() 8 years ago
Anton Firszov 8af0df92ff fix Benchmarks project 8 years ago