6027 Commits (cd155bf5beab4eadbe3064b4e0ef55cffaaa09d7)
 

Author SHA1 Message Date
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
Scott Williams db88844711 increase tolerance on tests 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
Jason Nelson f1d931a67c Specify the runtime when running tests for netcoreapp2.1 [take 1] 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 4e43db783a Enable AutoGenerateBindingRedirects for tests 8 years ago
Jason Nelson a573ee0a6e Manually reference System.Runtime.CompilerServices.Unsafe in tests 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
Scott Williams 02baa60e89 really update reference images this time 8 years ago
popow 47ad00447b 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 6d92b4f83a update reference images 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
brianpopow 91e5f2a9a0
Merge pull request #1 from SixLabors/master 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 154391f973 Enable netcoreapp2.1 tests on AppVeyor 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
Anton Firszov b909f97a08 fix Benchmarks project 8 years ago
Anton Firszov 71b826d010 mark DangerousGetPinnableReferenceToPixelBuffer() obsolete 8 years ago
Anton Firszov 2cb7e9a054 Merge remote-tracking branch 'origin/master' into af/memory-bridge 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