4420 Commits (a7f4c26acaa92522ef8500c5fbb61ed90915e087)

Author SHA1 Message Date
James Jackson-South a7f4c26aca Update AotCompilerTools.cs 6 years ago
James Jackson-South f1a67b5e34 Update PngScanlineProcessor.cs 6 years ago
James Jackson-South 60fed0c244 Add pixeloperations tests for new pixel formats 6 years ago
James Jackson-South 35c0f4b4db Add La16 and La32 to IPixel (tests next commit) 6 years ago
James Jackson-South d2a4f97225 Add Bgra5551 pixeloperations plus tests. 6 years ago
James Jackson-South 621120369e Basic La32 implementation. 6 years ago
James Jackson-South 524ce69d38 Basic La16 implementation 6 years ago
James Jackson-South 895c7f584b Gray16 => L16 6 years ago
James Jackson-South a35b73245a Gray8 => L8 6 years ago
James Jackson-South 0acf4f979c Alpha8 => A8 6 years ago
James Jackson-South 12a95ae094 decoder jpeg to matching pixel format 7 years ago
James Jackson-South 0d46d3a6f6 Fix #1006 ResizeMode.Crop 7 years ago
James Jackson-South 61ea5e8627 Add tests and fix for handling invalid input. 7 years ago
James Jackson-South 3a9dfdf8b7 Allow returning the image format with the info. 7 years ago
Sergio Pedri 5e39d6d50f Removed unnecessary Buffer2D<T>.Slice API 7 years ago
Sergio Pedri bff3bb7139 Minor code refactoring 7 years ago
Sergio Pedri ff4113b78e Minor code tweaks 7 years ago
Sergio Pedri df3ace1922 Removed BokehBlurExecutionMode enum 7 years ago
Sergio Pedri 0b48d77893 Removed execution mode options 7 years ago
Sergio Pedri ad32cafb2e Removed execution mode field in pixel specific processor 7 years ago
Sergio Pedri 3dfb3171cf Memory usage reduction, sequential mode disabled 7 years ago
James Jackson-South 8f75d8cbc9 Remove allocation and bounds checks 7 years ago
James Jackson-South dc090c23ec Fix #1047 7 years ago
James Jackson-South 98f802f617 Only read the crc of critical chunks. 7 years ago
James Jackson-South 9e232fe57a Improve code coverage. 7 years ago
James Jackson-South 74fd3cb6d8 Minor perf tweaks. 7 years ago
James Jackson-South 23fae72391 Optimize huffman and make all internal 7 years ago
James Jackson-South 6d56192970 More speedup and bounds checks removal. 7 years ago
James Jackson-South c3d5fab94a Remove a few more bounds checks. 7 years ago
James Jackson-South b66a95bd5e Use pinned buffers for distances 7 years ago
James Jackson-South 0afece3af1 Move pending buffer 7 years ago
James Jackson-South 62507f0ff9 Appease StyleCop 7 years ago
James Jackson-South dd8ac6006e No need to clean the arrays. We write over everything. 7 years ago
James Jackson-South bac80eedcc Optimize DeflaterEngine 7 years ago
James Jackson-South 3079574c3c Make DeflaterEngine disposable 7 years ago
James Jackson-South 95636933ae Stylecop cleanup DeflaterEngine 7 years ago
James Jackson-South 1bab6db93e !st pass cleanup of Deflater 7 years ago
James Jackson-South 16759b0429 Optimize DeflaterPendingBuffer 7 years ago
James Jackson-South c88e34d344 Initial working commit 7 years ago
James Jackson-South 3ed4f3cf73 Prevent duplicate ctr in extensions 7 years ago
James Jackson-South b6e039bf63 Remove unused properties. 7 years ago
James Jackson-South 058836d0c9 Normalize GraphicsOptions parameter position 7 years ago
James Jackson-South 241c50a79e Drop Default, use DeepClone + tests 7 years ago
James Jackson-South c657747382 Update GraphicsOptions.cs 7 years ago
James Jackson-South 4a4379ef80 Simplify options and add clone + tests 7 years ago
James Jackson-South e20d8206ea Expose Allocate2D 7 years ago
James Jackson-South 50b4d6a669 Fix MemoryAllocator access. 7 years ago
James Jackson-South e59f2206f3 Convert options into classes. 7 years ago
James Jackson-South d91bda2946 Fix #1044 7 years ago
James Jackson-South c8a2c079e2 Fix float clamp accessibility. 7 years ago