6105 Commits (8c4dbfa0db4e08d909e23d2f37f41b7d71908dc9)
 

Author SHA1 Message Date
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
Anton Firszov 66678cc5ae fix ShapeRegionTests 8 years ago
Anton Firszov 85d0295f44 refactor SixLabors.ImageSharp.Primitives.Region 8 years ago
Anton Firszov 7fd6b27100 GetPixelRowMemory(), GetPixelRowSpan() 8 years ago
Anton Firszov 6c1aca985d GetPixelMemory() tests 8 years ago
Anton Firszov 5847c5f949 normalize IBuffer2D<T> API 8 years ago
Anton Firszov b32c7849f3 introduce .GetPixelMemory(), get rid of BufferExtensions.GetMemory() 8 years ago
Jason Nelson bc0ea1bf2e
Merge branch 'master' into netcore21 8 years ago
Jason Nelson 0a16995fe2 Stackalloc LzwDecoder buffer 8 years ago
Jason Nelson 5ad7ae5089 Stackalloc bmp header 8 years ago
James Jackson-South d3c94db841 Merge branch 'master' into js/new-jpeg-scan-decoder 8 years ago
James Jackson-South 9b681820a4
Merge pull request #603 from brianpopow/feature/refactorPacketPixelTests 8 years ago
Anton Firszov 977eab6f2b System.Buffers.MemoryManager<T> is adapted 8 years ago
Anton Firszov e610fd0f7a Change IBuffer<T>.Span to IBuffer<T>.GetSpan() to match System.Buffers.MemoryManager<T> API 8 years ago
popow cc9b663246 changed assertion in Rgba32_ToRgb24 to check each color channel separately 8 years ago
Jason Nelson 128dd1a147 👮 8 years ago
Jason Nelson 2f68ee011c Update dotnet to RTM 8 years ago
Jason Nelson 369deb3cf6 Remove trailing whitespace 8 years ago
Jason Nelson e0612ad200 Use pattern matching 8 years ago
Jason Nelson b5ec02eb40 Make Exif header a constant 8 years ago
Jason Nelson 23c1f8efd7 Use vectorized Span methods in DenseMatrix 8 years ago
Jason Nelson 40ea87482b Remove unused variable 8 years ago
Jason Nelson 3ea3c093ce Use Encoding.UTF8 overload accepting span 8 years ago