58 Commits (903601ecbfb7a98f82e2a0b6ac2e0090bdc3f686)

Author SHA1 Message Date
Anton Firszov 70e9699290 results for DecodeJpeg 8 years ago
Anton Firszov a4fa2b142a add some benchmark results 8 years ago
Anton Firszov c328f6d87d simplify IPixel method names: PackFrom*** -> From*** 8 years ago
Anton Firszov aa93d5c66a better Resize benchmarks 8 years ago
Anton Firszov fc7eee8400 better profiler output for ResizeProcessor 8 years ago
Anton Firszov 3de0b1ad44 WIP better Resize benchmarks 8 years ago
Anton Firszov a446f1bee2 ParallelHelper -> CloneAs<T>() + drop ParallelFor 8 years ago
Anton Firszov 61e2a8d92b Replace Configuration.ParallelOptions with Configuration.MaxDegreeOfParallelism 8 years ago
Anton Firszov 9e856a23cc Move ImageSharp-specific memory primitives and utils to SixLabors.ImageSharp.Memory 8 years ago
Anton Firszov 12bcdbb49a replace IBuffer<T> with IMemoryOwner<T> 8 years ago
Anton Firszov f8bd074dfc LoadResizeSave benchmark + add EnableParallelExecution parameter to the Resize benchmark 8 years ago
James Jackson-South 0d2214923f Update ImageSharp Namespaces. 8 years ago
Anton Firszov 723daaeee7 fix review findings 8 years ago
Anton Firszov 61e6d2d6e1 Replace .Lock() with .GetRootFramePixelBuffer() 8 years ago
Anton Firszov b909f97a08 fix Benchmarks project 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
James Jackson-South b6bafd0827 Move Rgba32 inline with other pixel formats 9 years ago
James Jackson-South 8bda02579f Refactor Image, ImageFrame + IImage 9 years ago
James Jackson-South 4bc09cf794 Quantizer 9 years ago
James Jackson-South fe64365532 Transforms 9 years ago
James Jackson-South 091cb8a3b5 Overlays and base processors 9 years ago
James Jackson-South 13fa40874e Binarization, Convolution, DIthering, Effects & Filters 9 years ago
Anton Firszov caf1ad05a2 MemoryManager returns IBuffer<T> now 9 years ago
Anton Firszov 7881fdd341 Hide Buffer<T> indexer + !! WuQuantizer review in comments !! 9 years ago
Lauri Kotilainen a8b26a41ec - Use Configuration.Default.MemoryManager in tests 9 years ago
Lauri Kotilainen 61b61709a9 - Allocate Buffers from memory manager 9 years ago
James Jackson-South 51e7f03393 Update tests 9 years ago
Scott Williams b289ce752a pass configuation into processors 9 years ago
Scott Williams 74f05629b8 fix frame double processing 9 years ago
Scott Williams ec2503c2e4 wip - pixel data only on image frames 9 years ago
Scott Williams 1fcbdfa167 update metadata namespaces 9 years ago
Scott Williams 872ca973de inital rename packages and namespaces 9 years ago
Scott Williams 612b5e2e50 Renameing classes + simplifying Image<TPixel> 9 years ago
Scott Williams 32c158898b migrate to a Image.Generate/Image.Mutate context api 9 years ago
Scott Williams 7f8d10c89a migrate to use primitives from SixLabors.Core 9 years ago
Toxantron 043087fb3a Replace deprecated attributes 9 years ago
James Jackson-South 0dcbf0af2e BinaryThresholdTests as template 9 years ago
James Jackson-South d4a10f9d3e Cleanup 9 years ago
James Jackson-South 9984ffa348 Replace BufferSpan<T> with Span<T> 10 years ago
James Jackson-South 8dbf34b12d Use better static format for Load etc. 10 years ago
James Jackson-South 119c1bf70f Remove non-generic Image 10 years ago
Scott Williams acc0fa9711 blend functions everywhere. 10 years ago
Scott Williams 3f0cc9abf6 updates to comments and moved code 10 years ago
Scott Williams 0d8eb2032c initial blender implementations 10 years ago
James Jackson-South 93f0fd54b3 Fix Resize benchmarls 10 years ago
James Jackson-South 7d2fe2c7e5 Move IPixel types to PixelFormat namespace 10 years ago
James Jackson-South fa152146dd Rename Color and ColorVector 10 years ago
James Jackson-South b20c19ab80 Rename to Color and ColorVector 10 years ago
James Jackson-South e340b3f103 Begin add vector based Color 10 years ago