2221 Commits (a0abfffeb9c63efa9f157eabc5f27d35dc367cc3)

Author SHA1 Message Date
Anton Firszov a0abfffeb9 Failing test case based on #685 8 years ago
Anton Firszov 79c962c4c7 use strict - but not exact - comparison in DrawTextOnImageTests 8 years ago
Scott Williams 32aa6566d7 remove commented out tolerances 8 years ago
Scott Williams aee867c39f prevent text wandering from baseline 8 years ago
James Jackson-South b4689fd6f6 Add issue reference images 8 years ago
Anton Firszov e19b3593de imrpoved accuracy for Gray8 conversion 8 years ago
Dirk Lemstra 2d8e1fd5b2
Return empty string instead of null. 8 years ago
Dirk Lemstra b789db0ba6
Added missing length check that caused an ArgumentNullException (#750) 8 years ago
Anton Firszov 7ac90a88b8 fix Sandbox46 build 8 years ago
Anton Firszov 8e843d1f6f add header 8 years ago
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
Anton Firszov 143bbaa369 benchmakrs 8 years ago
Anton Firszov 145593b133 run default implementation for small buffers 8 years ago
Anton Firszov fd0e1bda6e Fixed the benchmarks. All results make sense now! 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 50867d84cb disappointing benchmark for Rgba32 -> Bgra32 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 b8a4741da4 rename stuff in Benchmarks 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 9dbf074a99 Better benchmarks for ToVector4() 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 4c9bf4ac27 simplify Rgba32.PixelOperations, include benchmark results 8 years ago
Anton Firszov f143411ea8 fix benchmarks 8 years ago
Anton Firszov 81c57a812d Bulk conversion of arbitrary-sized Span-s of scalars 8 years ago
Anton Firszov d4d95ed564 cleanup benchmarks 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 63233c2516 benchmark conversion steps separately 8 years ago
Anton Firszov 8f4e8a663a cleanup 8 years ago