1679 Commits (9e292fbeb72ad3a5c5103c76fa7a61a6302277ad)

Author SHA1 Message Date
Anton Firszov 9e292fbeb7 refactor PixelOperationsTests 8 years ago
Anton Firszov 3b59b9ac2c better docs, drop PixelExtensions, fix tests 8 years ago
Anton Firszov 437d080180 refactor Vector4 implementation code from PixelOperation<T> to Vector4Converters 8 years ago
Jason Nelson 79a0687491 Update IccProfile Entries to Array 8 years ago
Jason Nelson 38826e45a9 Use Array.Empty 8 years ago
Jason Nelson ebaaa35324 Cross target NET472 and enable extended intrinisics behind SUPPORTS_EXTENDED_INTRINSICS symbol 8 years ago
Anton Firszov eaa5a9779c Rgba32 <-> Argb32 <-> Bgra32 8 years ago
Anton Firszov ff757fb733 bitwise conversion + benchmarks WIP 8 years ago
Anton Firszov bd78bff113 Feed Configuration to all methods in PixelOperations 8 years ago
Anton Firszov 492d2d6b10 pass Configuration to Vector4 converters in PixelOperations 8 years ago
James Jackson-South 5a228ea56d Bump build now Github should be returned to normal. 8 years ago
Anton Firszov 3d4ae63da5 fix wrong Slice() usages 8 years ago
Anton Firszov c58126ff15 fix span length issues related to Vector4 conversion 8 years ago
Anton Firszov ada0225258 Adapt Span.CopyTo(...) semantics for all pixel conversion methods in PixelOperations 8 years ago
Anton Firszov 2449309159 Span.CopyTo(...) semantics for bulk Vecto4 conversion in PixelOperations 8 years ago
Anton Firszov 4a1091c80a Adapt Span.CopyTo(...) semantics on color conversion API-s 8 years ago
Anton Firszov 06c561c89a CLA assistant, please wake up! 8 years ago
Anton Firszov 11ee7f2aef Rename PackFrom*** -> From***: 8 years ago
Anton Firszov c328f6d87d simplify IPixel method names: PackFrom*** -> From*** 8 years ago
Anton Firsov 618139292f
Something's wrong with the status checks 8 years ago
Anton Firszov 87d5bc96aa wakeup message to the git status-checks 8 years ago
Anton Firszov daf38f9e6d drop all PixelExtensions usages in product code, 8 years ago
Anton Firszov 989f79c826 fix PixelOperationsTests 8 years ago
Anton Firszov 813e743abc drop slow Clamp() implementation 8 years ago
Anton Firszov 9b0ee6fb2a minimize ceremonial overhead 8 years ago
Anton Firszov 8793880447 FallbackIntrinsics128 + ImageMaths.Modulo* implementations 8 years ago
Anton Firszov 81c57a812d Bulk conversion of arbitrary-sized Span-s of scalars 8 years ago
Anton Firszov f31c95e25d fix accuracy issues 8 years ago
Anton Firszov 3e92875a9a fixed benchmarks and optimized implementation 8 years ago
Anton Firszov 8f4e8a663a cleanup 8 years ago
James Jackson-South 01ee560c08 Use scaled luminance trns comparison. 8 years ago
Anton Firszov 664672d7e4 BulkConvertNormalizedFloatToByteClampOverflows 8 years ago
Anton Firszov f72fcbdc0f uniformize conversion code 8 years ago
James Jackson-South 9a9262e58f Generate bulk pixel operations for all standard packing operations and fix conversion 8 years ago
Jason Nelson 473a7f40ab Use ASCII Encoding when known to be ASCII 8 years ago
Jason Nelson 9b27fd2fe5 Use static Encoding.ASCII property 8 years ago
Jason Nelson a32b676962 Drop netstandard1.1 support 8 years ago
Anton Firszov ad659fb731 move tests 8 years ago
Anton Firszov c087ffe468 SIMD byte -> float conversion: BulkConvertByteToNormalizedFloatFast 8 years ago
Anton Firszov 189d602fb7 BulkConvertByteToNormalizedFloat 8 years ago
James Jackson-South 61ce88eb02 Fix up pixel format tests 8 years ago
James Jackson-South 86ba2b8843 Fix up Gray8 and Gary16 tests 8 years ago
James Jackson-South ba93355937 Remove conditionals from loop and enforce equal matrice dimensions. 8 years ago
James Jackson-South 9fd2109268 Update test to match new reference naming. 8 years ago
James Jackson-South 400a3cbe89 Refactor Vector4Utils and ConvolutionProcessors utilizing them. 8 years ago
James Jackson-South b0b2d55cbb Move compaing classes and migrate vector code to srgbcompaning 8 years ago
James Jackson-South 01a6d8b285 Unify sRGB companding 8 years ago
James Jackson-South f6f093eef2 Replace ICompanding with static methods. 8 years ago
James Jackson-South b7bd7a98ba Fix linear gradient brush test. 8 years ago
James Jackson-South d49d74aafc Update and normalise pixel format + disable out of date tests 8 years ago