1656 Commits (11ee7f2aefbdfa82e6248663693044ffc7c60011)

Author SHA1 Message Date
Anton Firszov 11ee7f2aef Rename PackFrom*** -> From***: 8 years ago
Anton Firszov c328f6d87d simplify IPixel method names: PackFrom*** -> From*** 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
James Jackson-South d22dfcdf07 Add some Cmyk tests 8 years ago
Anton Firszov 6fb25c1f21 disable profiling-related stuff 8 years ago
Anton Firszov 1f0d492805 simplify ResizeProcessor 8 years ago
Anton Firszov 86b2bfe100 Fix ResizeProcessor Compand UnPremultiply bug + tests 8 years ago
Anton Firszov fc7eee8400 better profiler output for ResizeProcessor 8 years ago
Anton Firszov 75ec80a803 better separation + optimized row processing 8 years ago
Anton Firszov 08ebbf5ab7 separate PreMultiply from Convonution for rows 8 years ago
Anton Firszov 48f8815f5e add bulk Premultiply 8 years ago
Anton Firszov 5fde593c32 Better names: WeightsWindow -> ResizeKernel, WeightsBuffer -> KernelMap 8 years ago
Anton Firszov e84cdbafcc tests for LCM & GCD 8 years ago
James Jackson-South 7b462e70e9 Add additional tests 8 years ago
Anton Firszov 4ffc58008b LeastCommonMultiple 8 years ago
Peter Amrehn 4c80b16f31 #718: extend IPixel interface and implement it everywhere, ... 8 years ago
Peter Amrehn 6b70bd696f #718: fix Gray8Tests 8 years ago
Peter Amrehn 39b3cb708c #718: add pixel types Gray8 and Gray16 8 years ago
James Jackson-South 1ce14f875e Remove invalid test 8 years ago
James Jackson-South acb8102388 Throw when crop rectangle exceeds source bounds. 8 years ago
James Jackson-South 6f9875d946 Decode components in correct order + cleanup + optimizations. 8 years ago
James Jackson-South 77f6c1738f Fix #721 8 years ago