3868 Commits (a2e09f1bcfe135d6b2f3091c8790f7c4d1d3601e)

Author SHA1 Message Date
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 ccb3513663 ReadOnlySpan<byte> overloads for Image.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
James Jackson-South bb29ff9e1a Can now encode 16bit pngs. 8 years ago
Anton Firszov 0b97ce205b fix build after merge 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
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 f531af0fbc additional tests around pen rendering with patterns 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 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
James Jackson-South 7ee6f7ac3f Really fix Alpha conversion 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
James Jackson-South 0e9efdf693 Fix alpha8 conversion. 8 years ago
James Jackson-South 97012b96ce Can now decode all bit depths. 8 years ago
James Jackson-South aee47781fb Use Rgb48 for 16 bit png decoding. 8 years ago
James Jackson-South 3049324ce7 Add IPixel Rgb48 methods 8 years ago
James Jackson-South 2a7bde5e0f Fix tests 8 years ago
James Jackson-South 332dd70cfb Add Rgb48 tests 8 years ago
James Jackson-South 6ea2962f93 Rgba48 => Rgb48 8 years ago
James Jackson-South c4646b62ff Add Rgb48 8 years ago
James Jackson-South 2ad603afc1 Minor cleanup 8 years ago
Scott Williams 0d42806cb5 ensure pen code path is tested 8 years ago
Jason Nelson 4c26dd9a5f stackalloc chroma 8 years ago
Jason Nelson 8c9e634e66 Interpolate Size 8 years ago
James Jackson-South fa4226a21b Fix conversion add conversion tests 8 years ago
James Jackson-South 7c72ea51dc Fix ImageMaths change. 8 years ago
James Jackson-South 88cb24266e Add some TODOs 8 years ago
James Jackson-South e349d4ba8c Read Rgba64 png + some tests 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
James Jackson-South 45345370bb Add Rgba64 methods to IPixel. Touch #610 8 years ago
James Jackson-South e9ddf0f604 Refactor Rgba64 8 years ago
Jason Nelson b858c4ffb9 Make new Span field on DenseMatrix internal 8 years ago