3784 Commits (2fcda3cee0d4091678bf4a41bfcfa2b88a444949)

Author SHA1 Message Date
James Jackson-South 279d79092d Use classes 8 years ago
James Jackson-South 109315240d Disable that funcky object.Equals 8 years ago
James Jackson-South 454270f51d Temp disable RgbColorspace asserts, AppVeyor fails, works locally and on Travis 8 years ago
James Jackson-South f657f41cea Fix equality operators 8 years ago
James Jackson-South 42cbb47bc3 Use float threshold for dither 8 years ago
James Jackson-South a0c820b1ef Final refactorings + bug fixes 8 years ago
Dirk Lemstra 96b285deed Move swap to classes to avoid odd issues on Mono. 8 years ago
James Jackson-South b1bdaa83d6 Refactor and fix dithering API + algorithm. 8 years ago
James Jackson-South c13cc85b68 Fix and optimize error diffusion 8 years ago
James Jackson-South f773e005a9 Add missing pixel formats 8 years ago
James Jackson-South 2cb370f79e fix ternary casting 8 years ago
James Jackson-South d2df29e4b4 Standardize EXIF dimension transform updates 8 years ago
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