3772 Commits (01ee560c08973e16b9aec65e09ce5769255c0cd5)

Author SHA1 Message Date
James Jackson-South 01ee560c08 Use scaled luminance trns comparison. 8 years ago
j0rn b697c6dcb7 Using FormattableString.Invariant. 8 years ago
Jason Nelson 97323c9070 Use BitConverter.IsLittleEndian directly 8 years ago
Jason Nelson 23982e896f Remove remaining AsciiEncoding fields 8 years ago
Jason Nelson 348229b4f2 Remove AsciiEncoding field 8 years ago
Jason Nelson 473a7f40ab Use ASCII Encoding when known to be ASCII 8 years ago
Jason Nelson 607d421de7 Update SixLabors.Drawing minimium netststandard support to v1.3 8 years ago
Jason Nelson 9b27fd2fe5 Use static Encoding.ASCII property 8 years ago
Jason Nelson a32b676962 Drop netstandard1.1 support 8 years ago
j0rn 0d39a0343a Write float values using the invariant culture. 8 years ago
James Jackson-South ba93355937 Remove conditionals from loop and enforce equal matrice dimensions. 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
Anton Firszov 915ab70853 Simplify ResizeKernel 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 e034162b3a use transposed buffer in ResizeProcessor 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 607cec8fdb do not allocate unnecessaryly large buffer in WeightsBuffer 8 years ago
Anton Firszov 4ffc58008b LeastCommonMultiple 8 years ago
Peter Amrehn 31bccc671c Add ToString implementations to Bgr24 and Bgra32 8 years ago
David Svånå 18e2e9ce9a -Remove ResizeProcess.EnsureSizeBothDimensions and inlined its functionality in the constructors. -Updated ResizeExtensions remarks. 8 years ago
Anton Firszov 006e924720 drop old generators 8 years ago
Anton Firszov 8f7ef87fb3 new generator methods 8 years ago
James Jackson-South acb8102388 Throw when crop rectangle exceeds source bounds. 8 years ago
James Jackson-South 6f791d3e85 No pointers! 8 years ago
James Jackson-South af4c9dd583 Add comment 8 years ago
James Jackson-South c10ba1280f Remove fixed structs. 7.3 can index fixed arrays! 8 years ago
James Jackson-South bc5010bfbb Clean up Huffman table code. 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
James Jackson-South f1967c33d5 CieLuv tests 8 years ago
James Jackson-South 9ebebeac0f Add CieLab tests 8 years ago
James Jackson-South d7fa371793 Normalise inlining, remove flaky test. 8 years ago
Anton Firszov b8914f002b source should be ReadOnlySpan<T> for all bulk-conversion methods + increase tolerance because of failing test case 8 years ago
James Jackson-South e71f2b37e9 Added bulk adaptation method plus more tests 8 years ago
James Jackson-South 02f7339ee6 Add clamping and more struct tests 8 years ago
James Jackson-South 8a6d032022 Fix colorspace string representation tests. 8 years ago
James Jackson-South 09be4d225c Remove duplicate Adaption checks and reduce allocations. 8 years ago
Jason Nelson 66c3f93890 Add Parse method to PhysicalChunkData 8 years ago
Jason Nelson 05a0ca20d9 Move PhysicalChunkData to Chunks namespace 8 years ago
Jason Nelson 96ad14fb6e Breakout the PngPhysicalChunkData conversion and encoding functions from the encoder 8 years ago
Jason Nelson 94119841bf Add details to PNG header validation errors 8 years ago