1964 Commits (cfe1f8ca4a2743750807c486cfd13a8dae0aa3c7)

Author SHA1 Message Date
James Jackson-South bdeb1826b5 Add tests, fix bugs 9 years ago
James Jackson-South c0c0dfbff5 Remove unneeded constants 9 years ago
James Jackson-South b20c19ab80 Rename to Color and ColorVector 9 years ago
Scott Williams 6d393d1db9 bump version number and SixLabor.* dependencies 9 years ago
James Jackson-South e340b3f103 Begin add vector based Color 9 years ago
James Jackson-South a550b0f95e Rename Color to Color32 9 years ago
James Jackson-South a63dae887f Inint remove packing from Color. 9 years ago
Dirk Lemstra 35b276237a Added extra checks to the ExifReader (fixes #175). 9 years ago
James Jackson-South 5305aa2c46 Correct clamping on WuQuantizer 9 years ago
James Jackson-South 0b4e7615ed Fix quantization altering the original image. 9 years ago
Anton Firszov 6fd97be25e renamed PinnedImageBufferExtensions -> Buffer2DExtensions 9 years ago
Anton Firszov fee264a7d8 PinnedBuffer<T> ==> Buffer<T> with explicit pinning capability 9 years ago
Anton Firszov 17e0dbfcfe more pointers got removed 9 years ago
Anton Firszov 60c508b8c4 simplified BufferSpan.Copy() 9 years ago
James Jackson-South b0b9221b2d Fix dithering causing random opaque pixels 9 years ago
James Jackson-South 1fe84d52ea Fix non-dithered Wu output 9 years ago
James Jackson-South 139e21e68f Cleanup 9 years ago
James Jackson-South 9710f02cf9 Png uses Wu by default to ensure full alpha range 9 years ago
James Jackson-South 8dab59b321 Octree Quantizer now only supports 1 alpha value 9 years ago
James Jackson-South 86fdf56867 WuQuantizer now inherits Quantizer 9 years ago
James Jackson-South 27ca2cb629 Use a single array pool 9 years ago
Anton Firszov 1ba4cf54d1 fix CopyTo***Bytes() 9 years ago
Anton Firszov 97c084979e fixed ToVector4SimdAligned() 9 years ago
James Jackson-South 13da8add28 Improve Wu performance. 9 years ago
Anton Firszov 9df12ac526 fixed indexer and copy operations 9 years ago
Scott Williams 0c36757911 update to latest SixLabors.Fonts 9 years ago
Anton Firszov 587bf1efa3 fixed copy 9 years ago
Anton Firszov 49bd007bc5 fixed DangerousGetPinnableReference() 9 years ago
Anton Firszov 4854005733 refactored all BufferSpan pointers to ref-s 9 years ago
Scott Williams 44d1aae2b3 return alpha array to array pool 9 years ago
Scott Williams b4fba454d5 re-enstate threashold 9 years ago
Scott Williams ba81ec0e2e remove theashold 9 years ago
Scott Williams a36be6c76a add alpha pallette if any alpha channel set 9 years ago
Anton Firszov ed9d2763a0 DangerousGetPinnableReference() + PixelIndexing benchmarks 10 years ago
Steffen Habermehl 183260b48e Issue #132: Handle undefined EXIF data type where no number of components set 10 years ago
Scott Williams 524d7e847e Fix for off by one for indexed pngs 10 years ago
James Jackson-South 7243aadf8a Fix indexed png alpha selection. Fix #163 #165 10 years ago
Scott Williams 09300d142f bump SixLabors.Shapes version for perf increase 10 years ago
Scott Williams 91d1303912 fix loading from unseekable stream 10 years ago
James Jackson-South 6a78a74e2d Fix resize banding bug 10 years ago
Johannes Bildstein 87c1e052ae fix error where startIndex was ignored in To<Type> methods 10 years ago
James Jackson-South d2787fc8fa Update to use MathsF 10 years ago
Anton Firszov 4d3391c4b6 fixing #146 10 years ago
Johannes Bildstein 7d6933362b improve performance of EndianBitConverter and small formatting fixes 10 years ago
Scott Williams 15fc34126f decoder configuration argument order 10 years ago
Scott Williams b3810f549d Increment version 10 years ago
Scott Williams 726ffe5d2e Move config argument to be first argument 10 years ago
Scott Williams 69100f4f0c Move metadata loading into constructor/creator. 10 years ago
Scott Williams b1d76dddc8 Clean up usings and add comments 10 years ago
Scott Williams 385926067d make constructor public 10 years ago