3051 Commits (72ae5fa6ba7f5232bbff5b8c2ca3667c8f4b6b8a)

Author SHA1 Message Date
James Jackson-South 1dae3bd101 Drop an unnecessary constructor invocation for perf 8 years ago
James Jackson-South 219fdbd36b Use premultiply for resize. Fix #428 8 years ago
James Jackson-South e985d6004b Use premultiplication for convolution #428 8 years ago
Anton Firszov c1ce22bb33 better variable naming and docs 8 years ago
Anton Firszov ce5b62471a renamed NonAffineTransformProcessor to ProjectiveTransformProcessor 8 years ago
Anton Firszov 56a16f6a22 IDE-s & analyzers why are you doing this to me? It's 2018! 8 years ago
Anton Firszov 25763f0f99 finalized transform with source rectangle + tests 8 years ago
Anton Firszov a8c5355651 Transform() extension method overload taking Size 8 years ago
Anton Firszov 23c5d1fdf5 AffineTransformProcessor.targetRectangle replaced by targetDimensions 8 years ago
Anton Firszov 12f1358255 fix merge tool madness 8 years ago
Dirk Lemstra 727a9bcd16 Throw exception when the image does not contain a data chunk (#441). 8 years ago
James Jackson-South f1c8bc0348 Update intellisens docs + copyright 8 years ago
James Jackson-South a2f0d24893 Add internal non-affine transform methods 8 years ago
denisivan0v 61c9caf472 changes on code review 8 years ago
denisivan0v e88e13806f bugfix in GifDecoderCore.Identity 8 years ago
Anton Firszov d86eb2473f Use 2 ArrayPool-s with different maxArrayPerBuckets parameters, 8 years ago
denisivan0v 9f719d5b94 codestyle fix 8 years ago
denisivan0v b435f5eaa5 codestyle fixes 8 years ago
denisivan0v a631a64dfb Added an API to read base image information without decoding it 8 years ago
Anton Firszov 48ffa1fd81 PixelDataPool<T>: reduce maximum pooled array size to 32MB for all value types 8 years ago
Anton Firszov 22206f1a83 maxPoolSizeInBytes parameter + safer indexer for Buffer<T> 8 years ago
Anton Firszov 7e3cb2892d dropping minSizeBytes + fixing tests 8 years ago
Lauri Kotilainen 750af5a038 - Removed Configuration.Default.MemoryManager from PixelAccessor 8 years ago
Lauri Kotilainen 54313e854b - Reduced the threshold for ArrayPoolMemoryManager to 512 bytes 8 years ago
Lauri Kotilainen 76dc5c2834 - Whitespace fix 8 years ago
Lauri Kotilainen cf13ebfe19 - Optional param -> second method 8 years ago
Lauri Kotilainen 4e4cdd57ed - Removed ArrayPool from WuQuantizer 8 years ago
Lauri Kotilainen 26155568f6 - Use memory manager in Bytes 8 years ago
Lauri Kotilainen 92905363f7 - Use fixed buffers in Huffman table 8 years ago
Lauri Kotilainen 58ab4e6d97 - Remove ArrayPool from Huffman tree 8 years ago
Lauri Kotilainen 58330a169a - Removing more usages of ArrayPool 8 years ago
Lauri Kotilainen 2451168921 - Code style fixes 8 years ago
Lauri Kotilainen f675f5c95a - Explicitly pass MemoryManager to the places that 8 years ago
Lauri Kotilainen 333ce3bda9 - Oops. Note to self: don't make changes to unsafe 8 years ago
Lauri Kotilainen b1a5c71fb3 - Removed PixelDataPool 8 years ago
Lauri Kotilainen a73283f0e6 - Add a minimum size threshold for array pool usage 8 years ago
Lauri Kotilainen c5eb2cfb71 - Allocate Buffer2Ds from memory manager 8 years ago
Lauri Kotilainen 607e452e2d - Allocate Buffers from memory manager 8 years ago
Lauri Kotilainen 72772ff197 - Make Buffer2D wrap Buffer 8 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
Scott Williams c475f09f25 Offset pixel grid when rendering with anti-aliasing turned off 9 years ago
James Jackson-South 81743c761e Make TransformHelpers internal 9 years ago
Anton Firszov 5041e5f542 fixing StyleCop issue 9 years ago
James Jackson-South ed59e3ad43 Reuse buffer and fix error messaging 9 years ago
Anton Firszov 3c2e10bd14 clean up filter tests + smaller output images 9 years ago
James Jackson-South 8322161716 Use test pattern files for tests 9 years ago
James Jackson-South 95fdde505e Use Bicubic for TransformProcessor 9 years ago
James Jackson-South 7d5c77cc7c Update default behaviours 9 years ago
James Jackson-South 6469a42e77 Fix #403 9 years ago