3771 Commits (fd9e8dc7dec6f6e10bbbd616ef1b4d27c7dffd8f)

Author SHA1 Message Date
j0rn fd9e8dc7de Using FormattableString.Invariant. 8 years ago
Jason Nelson eedc89e588 Use BitConverter.IsLittleEndian directly 8 years ago
Jason Nelson f1e8886591 Remove remaining AsciiEncoding fields 8 years ago
Jason Nelson b4d875336a Remove AsciiEncoding field 8 years ago
Jason Nelson 074a02634a Use ASCII Encoding when known to be ASCII 8 years ago
Jason Nelson 992010cbaa Update SixLabors.Drawing minimium netststandard support to v1.3 8 years ago
Jason Nelson f2f686c888 Use static Encoding.ASCII property 8 years ago
Jason Nelson 56d351058f Drop netstandard1.1 support 8 years ago
j0rn 3a455454f0 Write float values using the invariant culture. 8 years ago
James Jackson-South 58d06c23f8 Remove conditionals from loop and enforce equal matrice dimensions. 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
Anton Firszov 12f4b9675f Simplify ResizeKernel 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 30a26d52f8 use transposed buffer in ResizeProcessor 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 81313d07f7 do not allocate unnecessaryly large buffer in WeightsBuffer 8 years ago
Anton Firszov 99b114a7e5 LeastCommonMultiple 8 years ago
Peter Amrehn afe9cd14e2 Add ToString implementations to Bgr24 and Bgra32 8 years ago
David Svånå 36abf6d116 -Remove ResizeProcess.EnsureSizeBothDimensions and inlined its functionality in the constructors. -Updated ResizeExtensions remarks. 8 years ago
Anton Firszov eddbd22044 drop old generators 8 years ago
Anton Firszov 08dfb7aa2a new generator methods 8 years ago
James Jackson-South 26ea2af4be Throw when crop rectangle exceeds source bounds. 8 years ago
James Jackson-South 63ee597022 No pointers! 8 years ago
James Jackson-South 63e3c4411a Add comment 8 years ago
James Jackson-South 99e773c13e Remove fixed structs. 7.3 can index fixed arrays! 8 years ago
James Jackson-South a82b404e2c Clean up Huffman table code. 8 years ago
James Jackson-South 24f2e1a689 Decode components in correct order + cleanup + optimizations. 8 years ago
James Jackson-South f62f6e82e1 Fix #721 8 years ago
James Jackson-South 54d45d5071 CieLuv tests 8 years ago
James Jackson-South 3af4fb190e Add CieLab tests 8 years ago
James Jackson-South 762c743d20 Normalise inlining, remove flaky test. 8 years ago
Anton Firszov 5a75939dff source should be ReadOnlySpan<T> for all bulk-conversion methods + increase tolerance because of failing test case 8 years ago
James Jackson-South a31dfabb5c Added bulk adaptation method plus more tests 8 years ago
James Jackson-South 7845e8660e Add clamping and more struct tests 8 years ago
James Jackson-South 346147a187 Fix colorspace string representation tests. 8 years ago
James Jackson-South e609a3a5d8 Remove duplicate Adaption checks and reduce allocations. 8 years ago
Jason Nelson d8d2e42a2d Add Parse method to PhysicalChunkData 8 years ago
Jason Nelson b284c3da47 Move PhysicalChunkData to Chunks namespace 8 years ago
Jason Nelson d5df1dde58 Breakout the PngPhysicalChunkData conversion and encoding functions from the encoder 8 years ago
Jason Nelson 759646f606 Add details to PNG header validation errors 8 years ago
Jason Nelson bb37823dc2 Use Encoding.GetString(ROS<byte>) polyfill 8 years ago