2686 Commits (789e52c367fe0f2bfa257627658d6cf35564396b)

Author SHA1 Message Date
James Jackson-South 789e52c367 Refactor and fix dithering API + algorithm. 9 years ago
James Jackson-South 928d8b5e36 Fix and optimize error diffusion 9 years ago
James Jackson-South 69bda97274 Add missing pixel formats 9 years ago
James Jackson-South 17afa47672 fix ternary casting 9 years ago
James Jackson-South b105b1547f Standardize EXIF dimension transform updates 9 years ago
James Jackson-South 05775a3ed1 Drop an unnecessary constructor invocation for perf 9 years ago
James Jackson-South 534b426ad1 Use premultiply for resize. Fix #428 9 years ago
James Jackson-South 7fd7f18a76 Use premultiplication for convolution #428 9 years ago
Anton Firszov f6bf0fef94 better variable naming and docs 9 years ago
Anton Firszov 22d212de09 renamed NonAffineTransformProcessor to ProjectiveTransformProcessor 9 years ago
Anton Firszov d2e7a07374 IDE-s & analyzers why are you doing this to me? It's 2018! 9 years ago
Anton Firszov 5c12546100 finalized transform with source rectangle + tests 9 years ago
Anton Firszov b09f533aa2 Transform() extension method overload taking Size 9 years ago
Anton Firszov 8edeb51763 AffineTransformProcessor.targetRectangle replaced by targetDimensions 9 years ago
Anton Firszov 9e5bd1b8b4 fix merge tool madness 9 years ago
James Jackson-South fea91bd1b7 Update intellisens docs + copyright 9 years ago
James Jackson-South d0ee1e100e Add internal non-affine transform methods 9 years ago
denisivan0v abaa167999 changes on code review 9 years ago
denisivan0v 35e2a08348 bugfix in GifDecoderCore.Identity 9 years ago
Anton Firszov b16e002706 Use 2 ArrayPool-s with different maxArrayPerBuckets parameters, 9 years ago
denisivan0v 1fc1a5d9d9 codestyle fix 9 years ago
denisivan0v d31a522493 codestyle fixes 9 years ago
denisivan0v 15a8bf20ff Added an API to read base image information without decoding it 9 years ago
Anton Firszov 8edea8c53d PixelDataPool<T>: reduce maximum pooled array size to 32MB for all value types 9 years ago
Dirk Lemstra adc784b94a Fixed invalid value for description. 9 years ago
Scott Williams 48c2a91336 Ensure extact half full renders a pixel 9 years ago
Scott Williams 1ab5511439 Offset pixel grid when rendering with anti-aliasing turned off 9 years ago
James Jackson-South 0d9bdba3f1 Make TransformHelpers internal 9 years ago
Anton Firszov a2dfe94890 fixing StyleCop issue 9 years ago
James Jackson-South 3bc7816da7 Reuse buffer and fix error messaging 9 years ago
Anton Firszov 88ffc34b31 clean up filter tests + smaller output images 9 years ago
James Jackson-South a51708f243 Use test pattern files for tests 9 years ago
James Jackson-South 5542840459 Use Bicubic for TransformProcessor 9 years ago
James Jackson-South 02f97c93b3 Update default behaviours 9 years ago
James Jackson-South 124b349500 Fix #403 9 years ago
James Jackson-South e884bc3490 Fix #405 9 years ago
James Jackson-South 1cfe9bb56c Add Filter extension method + rename 9 years ago
James Jackson-South 81f8bdb8e8 Convert photo effects 9 years ago
James Jackson-South c3fda8ff8a Refactor filters to match CSS & SVG methods 9 years ago
James Jackson-South 95be7e6aa7 Cleanup + update tests 9 years ago
James Jackson-South 8503ea580c Premultiply FTW! 9 years ago
James Jackson-South 6d08237859 Refactor transforms to allow freeform + rectangle 9 years ago
Anton Firszov f991b8f7c0 failing test for edge artifacts, minimalistic RotateTests, better Rgba32.ToString() 9 years ago
James Jackson-South 68b402971f Fix #390 9 years ago
James Jackson-South 4e12604761 Fix Lancsoz banding + lighter skew tests 9 years ago
James Jackson-South 85049afb94 No need for Vector2 here. 9 years ago
Zoltán Lehóczky 828c7ba6af Fixing more typos in various comments 9 years ago
Zoltán Lehóczky 554974f55f
Typo in ResamplingWeightedProcessor<TPixel> 9 years ago
Dirk Lemstra d24decbae7 Removed invalid check reported in issue #394. 9 years ago
James Jackson-South bf7c0163bb A little more ref 9 years ago