146 Commits (77f5bbe3aa93915e3efa859ddf555d57ea49f708)

Author SHA1 Message Date
James Jackson-South e0d4c937e6 Add pixeloperations tests for new pixel formats 7 years ago
James Jackson-South c5f59f3349 Add Bgra5551 pixeloperations plus tests. 7 years ago
James Jackson-South 6e180b1a36 Create La32Tests.cs 7 years ago
James Jackson-South f0a6bc0cbf Create La16Tests.cs 7 years ago
James Jackson-South d2d51456b5 Gray16 => L16 7 years ago
James Jackson-South 372c691d52 Gray8 => L8 7 years ago
James Jackson-South d68519d133 Alpha8 => A8 7 years ago
James Jackson-South 7d028001bf Convert options into classes. 7 years ago
Simon Cropp 564348631f use var where apparent (#972) 7 years ago
Simon Cropp 6f1134102c Cleanup (#965) 7 years ago
Simon Cropp fb033fe0b6 remove unused variables and methods (#963) 7 years ago
Simon Cropp aac8eae64a fix some spelling (#962) 7 years ago
Simon Cropp edeaf7d9a6 redundant usings (#960) 7 years ago
James Jackson-South 7196b43fb7
Master cleanup (#952) 7 years ago
Anton Firsov a48de6301b Introduce non-generic ImageFrameCollection (#941) 7 years ago
Anton Firsov b00b949141 API cleanup (related to #907) (#911) 7 years ago
Anton Firszov b8d47cbd32 add more Rgba64 constructor overloads 7 years ago
Anton Firszov 52c4a3d417 fix Image.FromStream() + add tests 7 years ago
Brian Popow 07670cb0d1 Add more pixel conversion tests 7 years ago
Brian Popow f70b137981 Add additional pixel conversion tests 7 years ago
Brian Popow b0f6b73faa Add support for encoding 16 bit per pixel bitmaps (#899) 7 years ago
Anton Firszov f455dad3f1 PixelConversionModifierExtensions.ApplyCompanding() + tests 7 years ago
Anton Firszov 4a0b10080d rename FromVector4(...) to FromVector4Destructive(...) 7 years ago
Anton Firszov 37563cca01 Optimization: omit premultiplication for Bgr24 and Rgb24 7 years ago
Anton Firszov 70c4e117f1 Inlining temporary compatibility methods (FromScaledVector4, ToScaledVector4) 7 years ago
Anton Firszov 1a922f6e14 all pixel types implemented except RgbaVector 7 years ago
Anton Firszov d126b8591e add (failing) tests from #847 7 years ago
Anton Firszov 25bc074273 imrpoved accuracy for Gray8 conversion 8 years ago
Anton Firszov 633c212bdd add header 8 years ago
Anton Firszov 16018e5c6a refactor PixelOperationsTests 8 years ago
Anton Firszov 09de1b1cde better docs, drop PixelExtensions, fix tests 8 years ago
Anton Firszov 31369c7435 refactor Vector4 implementation code from PixelOperation<T> to Vector4Converters 8 years ago
Anton Firszov 96d0ae80b9 Rgba32 <-> Argb32 <-> Bgra32 8 years ago
Anton Firszov 8dce0c740c bitwise conversion + benchmarks WIP 8 years ago
Anton Firszov 53ac430e7e Feed Configuration to all methods in PixelOperations 8 years ago
Anton Firszov ca60ecf7f4 pass Configuration to Vector4 converters in PixelOperations 8 years ago
Anton Firszov ebff0a51e1 Span.CopyTo(...) semantics for bulk Vecto4 conversion in PixelOperations 8 years ago
Anton Firszov 8ebe390c32 Rename PackFrom*** -> From***: 8 years ago
Anton Firszov d4be172dcc simplify IPixel method names: PackFrom*** -> From*** 8 years ago
Anton Firszov 876f230a84 fix PixelOperationsTests 8 years ago
Anton Firszov 0f4f822790 cleanup 8 years ago
Anton Firszov 3e5325e2b9 uniformize conversion code 8 years ago
James Jackson-South 1c2aee03a6 Generate bulk pixel operations for all standard packing operations and fix conversion 8 years ago
Anton Firszov 281c52786a move tests 8 years ago
Anton Firszov af7d96d214 SIMD byte -> float conversion: BulkConvertByteToNormalizedFloatFast 8 years ago
Anton Firszov 260a8f8c9a BulkConvertByteToNormalizedFloat 8 years ago
James Jackson-South 1f7df77c5c Fix up pixel format tests 8 years ago
James Jackson-South c349c2b248 Fix up Gray8 and Gary16 tests 8 years ago
James Jackson-South 2950219287 Update and normalise pixel format + disable out of date tests 8 years ago
Peter Amrehn 58a5232e72 #718: extend IPixel interface and implement it everywhere, ... 8 years ago