1666 Commits (e408b5ca91e22e40c8a88b3aaf0a0e98c79ea067)

Author SHA1 Message Date
James Jackson-South cd543b24e7 Bump build now Github should be returned to normal. 8 years ago
Anton Firszov 30994e7640 fix wrong Slice() usages 8 years ago
Anton Firszov b69baf57f4 fix span length issues related to Vector4 conversion 8 years ago
Anton Firszov 6e52e99f37 Adapt Span.CopyTo(...) semantics for all pixel conversion methods in PixelOperations 8 years ago
Anton Firszov ebff0a51e1 Span.CopyTo(...) semantics for bulk Vecto4 conversion in PixelOperations 8 years ago
Anton Firszov 3986dedb3c Adapt Span.CopyTo(...) semantics on color conversion API-s 8 years ago
Anton Firszov ed55a1f75b CLA assistant, please wake up! 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 Firsov 6ca596d355
Something's wrong with the status checks 8 years ago
Anton Firszov 5a070ea6d6 wakeup message to the git status-checks 8 years ago
Anton Firszov 45c5e87fa4 drop all PixelExtensions usages in product code, 8 years ago
Anton Firszov 876f230a84 fix PixelOperationsTests 8 years ago
Anton Firszov 54ccf05794 drop slow Clamp() implementation 8 years ago
Anton Firszov bf7c933896 minimize ceremonial overhead 8 years ago
Anton Firszov d1d52a7133 FallbackIntrinsics128 + ImageMaths.Modulo* implementations 8 years ago
Anton Firszov 17f6dcc877 Bulk conversion of arbitrary-sized Span-s of scalars 8 years ago
Anton Firszov 664d838291 fix accuracy issues 8 years ago
Anton Firszov 0f538ff195 fixed benchmarks and optimized implementation 8 years ago
Anton Firszov 0f4f822790 cleanup 8 years ago
James Jackson-South fbde4f32fd Use scaled luminance trns comparison. 8 years ago
Anton Firszov df87a68555 BulkConvertNormalizedFloatToByteClampOverflows 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
Jason Nelson 074a02634a Use ASCII Encoding when known to be ASCII 8 years ago
Jason Nelson f2f686c888 Use static Encoding.ASCII property 8 years ago
Jason Nelson 56d351058f Drop netstandard1.1 support 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 58d06c23f8 Remove conditionals from loop and enforce equal matrice dimensions. 8 years ago
James Jackson-South d5836c1a0f Update test to match new reference naming. 8 years ago
James Jackson-South d673d1126d Refactor Vector4Utils and ConvolutionProcessors utilizing them. 8 years ago
James Jackson-South d520b57e21 Move compaing classes and migrate vector code to srgbcompaning 8 years ago
James Jackson-South b82ea98848 Unify sRGB companding 8 years ago
James Jackson-South dc2792b550 Replace ICompanding with static methods. 8 years ago
James Jackson-South d4327c5129 Fix linear gradient brush test. 8 years ago
James Jackson-South 2950219287 Update and normalise pixel format + disable out of date tests 8 years ago
James Jackson-South 17ae98d5b2 Add some Cmyk tests 8 years ago
Anton Firszov 0c437c35a6 disable profiling-related stuff 8 years ago
Anton Firszov e907ec9561 simplify ResizeProcessor 8 years ago
Anton Firszov ce0a17f589 Fix ResizeProcessor Compand UnPremultiply bug + tests 8 years ago
Anton Firszov 78e598cad3 better profiler output for ResizeProcessor 8 years ago
Anton Firszov d0afcc8b15 better separation + optimized row processing 8 years ago
Anton Firszov c1afe359db separate PreMultiply from Convonution for rows 8 years ago
Anton Firszov b5ef7d9bfb add bulk Premultiply 8 years ago
Anton Firszov e8eb6a72b6 Better names: WeightsWindow -> ResizeKernel, WeightsBuffer -> KernelMap 8 years ago
Anton Firszov 7effe7238b tests for LCM & GCD 8 years ago