1900 Commits (3f1d103236273ce54d74e33c318c87661c4e0d1c)

Author SHA1 Message Date
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 9 years ago
Steffen Habermehl 183260b48e Issue #132: Handle undefined EXIF data type where no number of components set 9 years ago
Scott Williams 524d7e847e Fix for off by one for indexed pngs 9 years ago
James Jackson-South 7243aadf8a Fix indexed png alpha selection. Fix #163 #165 9 years ago
Scott Williams 09300d142f bump SixLabors.Shapes version for perf increase 9 years ago
Scott Williams 91d1303912 fix loading from unseekable stream 9 years ago
James Jackson-South 6a78a74e2d Fix resize banding bug 9 years ago
Johannes Bildstein 87c1e052ae fix error where startIndex was ignored in To<Type> methods 9 years ago
James Jackson-South d2787fc8fa Update to use MathsF 9 years ago
Anton Firszov 4d3391c4b6 fixing #146 9 years ago
Johannes Bildstein 7d6933362b improve performance of EndianBitConverter and small formatting fixes 9 years ago
Scott Williams 15fc34126f decoder configuration argument order 9 years ago
Scott Williams b3810f549d Increment version 9 years ago
Scott Williams 726ffe5d2e Move config argument to be first argument 9 years ago
Scott Williams 69100f4f0c Move metadata loading into constructor/creator. 9 years ago
Scott Williams b1d76dddc8 Clean up usings and add comments 9 years ago
Scott Williams 385926067d make constructor public 9 years ago
Scott Williams bf9c683d25 fix stylecop issues 9 years ago
Scott Williams 3d981fd187 Add image comparer test helper 9 years ago
Scott Williams 8847f12913 Default text drawing at an image dpi independent size 9 years ago
Scott Williams 122ebccdc2 scan to end of line even if longer 9 years ago
Scott Williams b028126fe3 reduce range check 9 years ago
Scott Williams 9b33d8b715 add range checks 9 years ago
Scott Williams cc32d2d398 pass configuration & ensure only single image created 9 years ago