4934 Commits (7ffa084cbb49cf449d74b99d2c514747784b480d)
 

Author SHA1 Message Date
James Jackson-South 7ffa084cbb Fix bounds method 8 years ago
James Jackson-South 74ee173fc0 Use Size 8 years ago
James Jackson-South f1dee0eaf7
Merge branch 'master' into js/fix-resize-transform-immutability 8 years ago
James Jackson-South f7f1813c96
Merge pull request #479 from SixLabors/af/jpeg-issue-464 8 years ago
Anton Firszov 78368a785c removing the "Issue" label from #464-s test image + ExifUndefType.jpg is actually progressive! 8 years ago
Anton Firszov 4579e5958d better EOF handling logic 8 years ago
James Jackson-South 4fc02be38f Better EOF handling. 8 years ago
James Jackson-South dd26af1a50 Fix #464 8 years ago
James Jackson-South 1aa5e0690a Merge branch 'master' into js/fix-resize-transform-immutability 8 years ago
Anton Firszov 3c788ebf7f added failing tests for #464 8 years ago
Anton Firsov b787c8b4fe
Merge pull request #475 from SixLabors/feature/memory-manager 8 years ago
Anton Firszov a4f9f45508 Merge branch 'feature/memory-manager' of https://github.com/SixLabors/ImageSharp into feature/memory-manager 8 years ago
Anton Firszov 59f1f0fc05 Temporary Vortex 8 years ago
James Jackson-South 34e3920a4f Remove unneeded parameter 8 years ago
Anton Firszov 90937b57ca Removing all the buffer magic from the Bytes struct. It only made things worse! 8 years ago
Anton Firszov 70839cad77 removed Span bottleneck from Block8x8F.CopyTo() + removed unnecessary pinning from OrigHuffmanTree 8 years ago
James Jackson-South 220f8b58d4 Better method description 8 years ago
Anton Firszov 09d993b503 introducing ParallelFor.WithTemporalBuffer(): common utility for the parallel buffer reusal trick 8 years ago
Anton Firszov 87fe71511a optimize ResizeProcessor parallel behavior and Span<T> usage 8 years ago
Anton Firszov ef630f152e added comments for the WeakReference stuff 8 years ago
Anton Firszov 6d3b857640 review cleanup 8 years ago
Anton Firszov a7a2b0b519 adding a few TODO notes 8 years ago
James Jackson-South 072847b6f4 Ensure Bounds() is accurate per operation 8 years ago
Anton Firszov cec6083d49 SimpleManagedMemoryManager -> SimpleGcMemoryManager 8 years ago
Anton Firszov 62381eff8f removing duplicate reference to SixLabors.Core 8 years ago
Anton Firszov 3f4cdf1685 build fix after merge 8 years ago
Anton Firszov 835aeda2f9 Merge branch 'master' of https://github.com/SixLabors/ImageSharp into feature/memory-manager 8 years ago
Anton Firszov b0a1ebc5f7 tuning ArrayPoolMemoryManager configuration based on benchmark results 8 years ago
Anton Firszov c1b4707113 tuning ArrayPoolMemoryManager configuration based on benchmark results 8 years ago
Anton Firszov c792b03279 using WeakReference in ArrayPoolMemoryManager.Buffer 8 years ago
James Jackson-South 28eb6d4bcb Add previously skipped pad and resize tests 8 years ago
James Jackson-South d0d9591231 Disable those randomly failing tests on Travis, they're going soon anyway. 8 years ago
James Jackson-South 9e51967c98 Make resize and transform processors immutable #473 8 years ago
Anton Firsov 71b8346e97
Merge pull request #472 from SixLabors/antonfirsov/cover-all-codecs 8 years ago
Anton Firsov ccff2150ed
Merge branch 'master' into antonfirsov/cover-all-codecs 8 years ago
James Jackson-South f1e811d121
Merge pull request #471 from SixLabors/js/remove-drawing-clone 8 years ago
James Jackson-South 7f4d8a542d Temp disable randomly failing test. 8 years ago
James Jackson-South 2fc6d4991e Remove Size parameter and minor transform cleanup. 8 years ago
Anton Firszov d9dcfbe5c4 code analyzers fighting each other 8 years ago
Anton Firszov a6fb21a8a0 do not use Configuration.Default.MemoryManager in AddFrame() 8 years ago
Anton Firszov a7750e8838 PixelAccessor<T> is now a meaningless thin wrapper around Buffer2D<T> 8 years ago
Anton Firszov 07baed95c2 replaced PixelAccessor<T> with Buffer2D<T> in several processors 8 years ago
Anton Firszov a61707661c removed PixelArea<T>! 8 years ago
Anton Firszov 70893d22ad replaced some of the PixelArea usages in bmp decoder 8 years ago
Anton Firszov c64374bbe7 cleanup 8 years ago
Anton Firszov 99320bb74f fixing StyleCop errors 8 years ago
Anton Firszov dc7a0efda0 All PixelArea<T> usages in JpegEncoder replaced by GenericBlock8x8<TPixel> + YCbCrForwardConverter<TPixel> 8 years ago
Anton Firszov d137c05046 Encode444 using YCbCrForwardConverter<TPixel> 8 years ago
Anton Firszov e2cf90e683 YCbCrForwardConverter<TPixel> 8 years ago
Anton Firszov de816e3c04 build fix: MakeOpaque() 8 years ago