3518 Commits (d7f6badc19010ce02c6312a74453480f6a2ae362)

Author SHA1 Message Date
Anton Firszov 31ce2836c0 format long lines in DrawTextExtensions.Path.cs 8 years ago
Scott Williams 77bf952bbd test drawing along path 8 years ago
popow 3aa00199f1 ToByteArray skips the first 6 bytes if includeExifCode is false, added unit test for that 8 years ago
Anton Firszov 1039c2c8f9 fix BMP dimension check 8 years ago
popow 43c85bbce6 removed code duplication setting the byte order marker 8 years ago
Anton Firszov 723daaeee7 fix review findings 8 years ago
Scott Williams 5609f1bdb3 fix api changes due to MemoryManager->MemoryAllocator rename 8 years ago
Scott Williams 3896723bfb additional tests around pen rendering with patterns 8 years ago
Anton Firszov 79c4ddc809 remove IBuffer2D<T> 8 years ago
Anton Firszov 85aeecb1c5 delete PixelAccessor 8 years ago
Anton Firszov 61e6d2d6e1 Replace .Lock() with .GetRootFramePixelBuffer() 8 years ago
Anton Firszov 026631027f remove PixelAccessor<T> usages from common code 8 years ago
Anton Firszov 76b60a70f0 hide GetPixelMemory() and GetPixelRowMemory() for now 8 years ago
popow 08797b1031 - no longer exposing raw exif data byte's, using ToByteArray to write the ExifChunk 8 years ago
Jason Nelson 8b85609320 Downgrade Unsafe package [test] 8 years ago
James Jackson-South 153df95935 Really fix Alpha conversion 8 years ago
Jason Nelson c3bf1664ab Eliminate reference to System.Runtime.CompilerServices.Unsafe on .NETCOREAPP2.1 8 years ago
Scott Williams e43a8dbc2c apply optermised font rendering path to glyphs outlines 8 years ago
James Jackson-South fa1987d576 Fix alpha8 conversion. 8 years ago
James Jackson-South b1ab83c5f2 Can now decode all bit depths. 8 years ago
James Jackson-South 019c337b5b Use Rgb48 for 16 bit png decoding. 8 years ago
James Jackson-South 77b27b7bcc Add IPixel Rgb48 methods 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 f6555f2095 Rgba48 => Rgb48 8 years ago
James Jackson-South e8b6ddf7eb Add Rgb48 8 years ago
James Jackson-South a24fc44723 Minor cleanup 8 years ago
Scott Williams 121f1edce6 ensure pen code path is tested 8 years ago
Jason Nelson 1b38d48c4f stackalloc chroma 8 years ago
Jason Nelson 400b9e4366 Interpolate Size 8 years ago
James Jackson-South 662f4082d7 Fix conversion add conversion tests 8 years ago
James Jackson-South f031a6d164 Fix ImageMaths change. 8 years ago
James Jackson-South fc2bd92dbc Add some TODOs 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
popow a51ec3c21e if ignoreMetadata is set, EXIF chunk will be ignored 8 years ago
popow a5864ac9e7 writes the eXIf chunk to the stream during encoding (#611) 8 years ago
popow e5bf5cf198 added EXIF chunk type and setting ExifProfile, if eXIf chunk data is present (#611) 8 years ago
James Jackson-South 3300063f82 Add Rgba64 methods to IPixel. Touch #610 8 years ago
James Jackson-South 4c0176419c Refactor Rgba64 8 years ago
Jason Nelson b1ea9077de Make new Span field on DenseMatrix internal 8 years ago
Jason Nelson 069653d61e Revert "Eliminate allocation processing the identifier in ProcessApp2Marker" 8 years ago
Jason Nelson 0115a0ab30 Eliminate allocation reading BMP file header 8 years ago
Jason Nelson 2a4ea4aa92 Eliminate allocation processing the identifier in ProcessApp2Marker 8 years ago
Jason Nelson 337aa3e8c5 Eliminate allocation reading BMP header 8 years ago
Jason Nelson 5eaa411166 Eliminate cmd allocation in BmpDecoder 8 years ago
Jason Nelson 32cd3f2809 Eliminate subsample allocation in JpegEncoder 8 years ago
Jason Nelson 4f80c17297 Add stream extensions for Span<T> 8 years ago
Anton Firszov dfd59dd25e CloningImageProcessor uses SwapOrCopyPixelsBuffersFrom() 8 years ago
Anton Firszov f6dd91922e IBuffer<T>.IsMemoryOwner, Buffer2D<T>.SwapOrCopyContent() 8 years ago