3873 Commits (c80d8f604bb9d54e72cb8ccc5fdb3e4735a4ea1b)

Author SHA1 Message Date
Dan Manning c80d8f604b ImageSharp-762_Aot-compiling: namespace cleanup 8 years ago
Dan Manning 2314231882 ImageSharp-762_Aot-compiling: moved AoT methods to AotCompiler static class 8 years ago
Dan Manning 9c14fc5b37 762: added AoT method to pre-seed WuQuantizer 8 years ago
Dan Manning 83eeca9246 762: added AoT method to pre-seed dithering engine 8 years ago
Dan Manning 5faf9025a6 ImageSharp-762: Added methods to pre-seed AoT compiler on iOS 8 years ago
Dirk Lemstra e221d08990
Replaced tabs with spaces. 8 years ago
Anton Firszov d2185efa4b Improve text rendering accuracy 8 years ago
Scott Williams 8be9e6df4d constrain destination span and scanline to same length 8 years ago
Anton Firszov 4a51598207 fix typos & cleanup 8 years ago
Scott Williams aee867c39f prevent text wandering from baseline 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 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 62da375f63 avoid allocation in RunRgba32CompatibleToVector4Conversion 8 years ago
Anton Firszov eb6665dfc3 Vector4ConversionThreshold 8 years ago
Anton Firszov 59d548cfd3 fix Gray8.ToString() 8 years ago
Anton Firszov 145593b133 run default implementation for small buffers 8 years ago
Anton Firszov 41aa2ad9a2 Optimized bulk conversion for common pixel types 8 years ago
Jason Nelson f574cf94ae Use ternary operator 8 years ago
Jason Nelson b29ff790d3 [Exif] Make allowedParts and values readonly 8 years ago
Jason Nelson c836c5ee82 Update IccProfile constructor 8 years ago
Jason Nelson 5110b1fdc8 Eliminate allocation in invalid icc profile 8 years ago
Jason Nelson 5d79118925 Eliminate an allocation when cloning a valid ExifProfile 8 years ago
Jason Nelson 79a0687491 Update IccProfile Entries to Array 8 years ago
Jason Nelson 1115e4d41d [Exif] Eliminate invalidTag list allocation when there are no invalid tags 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 7ab13d5059 Update xmldoc 8 years ago
Anton Firszov ff757fb733 bitwise conversion + benchmarks WIP 8 years ago
Anton Firszov 93709c1e4d revert addition of unnecessary `[DebuggerStepThrough]` 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
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 54e6a007e5 Improve Guard 8 years ago
Anton Firszov 4a1091c80a Adapt Span.CopyTo(...) semantics on color conversion API-s 8 years ago
Anton Firszov 3ecde02167 DRY out PixelOperations generators 8 years ago
Anton Firszov 663a10c4fb GenerateDefaultSelfConversionMethods 8 years ago
Anton Firszov 560957bf0a Introduce RgbaCompatible.Common.ttinclude 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 Firszov ecece916fd Move all specific IPixel implementations to a (non-namespace-provider) subfolder 8 years ago
Anton Firszov d8bcd0cdaa fix typo 8 years ago
Anton Firszov daf38f9e6d drop all PixelExtensions usages in product code, 8 years ago
Anton Firszov 0b80b7fe07 refactor ToRgba32() on the rest 8 years ago