1900 Commits (3f1d103236273ce54d74e33c318c87661c4e0d1c)

Author SHA1 Message Date
Dirk Lemstra 35b276237a Added extra checks to the ExifReader (fixes #175). 10 years ago
James Jackson-South 5305aa2c46 Correct clamping on WuQuantizer 10 years ago
James Jackson-South 0b4e7615ed Fix quantization altering the original image. 10 years ago
Anton Firszov 6fd97be25e renamed PinnedImageBufferExtensions -> Buffer2DExtensions 10 years ago
Anton Firszov fee264a7d8 PinnedBuffer<T> ==> Buffer<T> with explicit pinning capability 10 years ago
Anton Firszov 17e0dbfcfe more pointers got removed 10 years ago
Anton Firszov 60c508b8c4 simplified BufferSpan.Copy() 10 years ago
James Jackson-South b0b9221b2d Fix dithering causing random opaque pixels 10 years ago
James Jackson-South 1fe84d52ea Fix non-dithered Wu output 10 years ago
James Jackson-South 139e21e68f Cleanup 10 years ago
James Jackson-South 9710f02cf9 Png uses Wu by default to ensure full alpha range 10 years ago
James Jackson-South 8dab59b321 Octree Quantizer now only supports 1 alpha value 10 years ago
James Jackson-South 86fdf56867 WuQuantizer now inherits Quantizer 10 years ago
James Jackson-South 27ca2cb629 Use a single array pool 10 years ago
Anton Firszov 1ba4cf54d1 fix CopyTo***Bytes() 10 years ago
Anton Firszov 97c084979e fixed ToVector4SimdAligned() 10 years ago
James Jackson-South 13da8add28 Improve Wu performance. 10 years ago
Anton Firszov 9df12ac526 fixed indexer and copy operations 10 years ago
Scott Williams 0c36757911 update to latest SixLabors.Fonts 10 years ago
Anton Firszov 587bf1efa3 fixed copy 10 years ago
Anton Firszov 49bd007bc5 fixed DangerousGetPinnableReference() 10 years ago
Anton Firszov 4854005733 refactored all BufferSpan pointers to ref-s 10 years ago
Scott Williams 44d1aae2b3 return alpha array to array pool 10 years ago
Scott Williams b4fba454d5 re-enstate threashold 10 years ago
Scott Williams ba81ec0e2e remove theashold 10 years ago
Scott Williams a36be6c76a add alpha pallette if any alpha channel set 10 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
Scott Williams bf9c683d25 fix stylecop issues 10 years ago
Scott Williams 3d981fd187 Add image comparer test helper 10 years ago
Scott Williams 8847f12913 Default text drawing at an image dpi independent size 10 years ago
Scott Williams 122ebccdc2 scan to end of line even if longer 10 years ago
Scott Williams b028126fe3 reduce range check 10 years ago
Scott Williams 9b33d8b715 add range checks 10 years ago
Scott Williams cc32d2d398 pass configuration & ensure only single image created 10 years ago