4408 Commits (61ea5e8627ceb14ddd6853cbb1b293c541c6e747)

Author SHA1 Message Date
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
James Jackson-South d7b0a322ab Fix ImageFrame.Configuration 7 years ago
James Jackson-South effa36a7ee Fix GraphicsOptions 7 years ago
James Jackson-South 878dec4995 Allow bulk Color => TPixel conversion. 7 years ago
James Jackson-South b5957e578e Fix span access 7 years ago
James Jackson-South 8abc5786b9 Fix color and pixel operations. Touches #967 #1002 7 years ago
Brian Popow 28570402dd Avoid second iteration over the stream in ReadBgra16 to make it opaque 7 years ago
Brian Popow bd80c72a82 Add width and height as parameter for makeopaque, change currentPosition to pixelDataStart 7 years ago
Brian Popow 2acaea2ee4 Add benchmarks for tga images 7 years ago
Brian Popow c964b94e0f Fix converting pixel to gray in histogram equalization 7 years ago
Brian Popow 8b0eaf8dfd Code review changes 7 years ago
Peter Amrehn afc26ae414 small improvements on the PorterDuff functions 7 years ago
Brian Popow 7db0caaedd Throw ImageFormatException when width or height is 0 7 years ago