4373 Commits (bbfdff7670a843876e294ef71cebd8d6ffe1a2eb)

Author SHA1 Message Date
James Jackson-South f657f41cea Fix equality operators 9 years ago
James Jackson-South 42cbb47bc3 Use float threshold for dither 9 years ago
James Jackson-South a0c820b1ef Final refactorings + bug fixes 9 years ago
Dirk Lemstra 96b285deed Move swap to classes to avoid odd issues on Mono. 9 years ago
James Jackson-South b1bdaa83d6 Refactor and fix dithering API + algorithm. 9 years ago
James Jackson-South c13cc85b68 Fix and optimize error diffusion 9 years ago
James Jackson-South f773e005a9 Add missing pixel formats 9 years ago
James Jackson-South 2cb370f79e fix ternary casting 9 years ago
James Jackson-South d2df29e4b4 Standardize EXIF dimension transform updates 9 years ago
James Jackson-South 1dae3bd101 Drop an unnecessary constructor invocation for perf 9 years ago
James Jackson-South 219fdbd36b Use premultiply for resize. Fix #428 9 years ago
James Jackson-South e985d6004b Use premultiplication for convolution #428 9 years ago
Anton Firszov c1ce22bb33 better variable naming and docs 9 years ago
Anton Firszov ce5b62471a renamed NonAffineTransformProcessor to ProjectiveTransformProcessor 9 years ago
Anton Firszov 56a16f6a22 IDE-s & analyzers why are you doing this to me? It's 2018! 9 years ago
Anton Firszov 25763f0f99 finalized transform with source rectangle + tests 9 years ago
Anton Firszov a8c5355651 Transform() extension method overload taking Size 9 years ago
Anton Firszov 23c5d1fdf5 AffineTransformProcessor.targetRectangle replaced by targetDimensions 9 years ago
Anton Firszov 12f1358255 fix merge tool madness 9 years ago
Dirk Lemstra 727a9bcd16 Throw exception when the image does not contain a data chunk (#441). 9 years ago
James Jackson-South f1c8bc0348 Update intellisens docs + copyright 9 years ago
James Jackson-South a2f0d24893 Add internal non-affine transform methods 9 years ago
denisivan0v 61c9caf472 changes on code review 9 years ago
denisivan0v e88e13806f bugfix in GifDecoderCore.Identity 9 years ago
Anton Firszov d86eb2473f Use 2 ArrayPool-s with different maxArrayPerBuckets parameters, 9 years ago
denisivan0v 9f719d5b94 codestyle fix 9 years ago
denisivan0v b435f5eaa5 codestyle fixes 9 years ago
denisivan0v a631a64dfb Added an API to read base image information without decoding it 9 years ago
Anton Firszov 48ffa1fd81 PixelDataPool<T>: reduce maximum pooled array size to 32MB for all value types 9 years ago
Anton Firszov 22206f1a83 maxPoolSizeInBytes parameter + safer indexer for Buffer<T> 9 years ago
Anton Firszov 7e3cb2892d dropping minSizeBytes + fixing tests 9 years ago
Lauri Kotilainen 750af5a038 - Removed Configuration.Default.MemoryManager from PixelAccessor 9 years ago
Lauri Kotilainen 54313e854b - Reduced the threshold for ArrayPoolMemoryManager to 512 bytes 9 years ago
Lauri Kotilainen 76dc5c2834 - Whitespace fix 9 years ago
Lauri Kotilainen cf13ebfe19 - Optional param -> second method 9 years ago
Lauri Kotilainen 4e4cdd57ed - Removed ArrayPool from WuQuantizer 9 years ago
Lauri Kotilainen 26155568f6 - Use memory manager in Bytes 9 years ago
Lauri Kotilainen 92905363f7 - Use fixed buffers in Huffman table 9 years ago
Lauri Kotilainen 58ab4e6d97 - Remove ArrayPool from Huffman tree 9 years ago
Lauri Kotilainen 58330a169a - Removing more usages of ArrayPool 9 years ago
Lauri Kotilainen 2451168921 - Code style fixes 9 years ago
Lauri Kotilainen f675f5c95a - Explicitly pass MemoryManager to the places that 9 years ago
Lauri Kotilainen 333ce3bda9 - Oops. Note to self: don't make changes to unsafe 9 years ago
Lauri Kotilainen b1a5c71fb3 - Removed PixelDataPool 9 years ago
Lauri Kotilainen a73283f0e6 - Add a minimum size threshold for array pool usage 9 years ago
Lauri Kotilainen c5eb2cfb71 - Allocate Buffer2Ds from memory manager 9 years ago
Lauri Kotilainen 607e452e2d - Allocate Buffers from memory manager 9 years ago
Lauri Kotilainen 72772ff197 - Make Buffer2D wrap Buffer 9 years ago
Dirk Lemstra 54a636815c Fixed invalid value for description. 9 years ago
Scott Williams a20385523a Ensure extact half full renders a pixel 9 years ago