2478 Commits (eafbcb4fd77bdde2e20f3210b2391ea1d488952e)

Author SHA1 Message Date
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 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
Johannes Bildstein a38326de55 fix RGB conversion 9 years ago
James Jackson-South 6a78a74e2d Fix resize banding bug 9 years ago
James Jackson-South deda1dd3a3 Add HunterLab plus more conversions 9 years ago
James Jackson-South fbcc4a9b45 Add rgb adaptation 9 years ago
Johannes Bildstein ca01258ae6 V2 profiles use TextDescription in a ProfileDescription 9 years ago
Johannes Bildstein 66def06497 add missing ICC V2 types (CRD Info, Screening, UCR/BG) 9 years ago
Johannes Bildstein 6be5798444 more consistent naming 9 years ago
Johannes Bildstein 6a31405c04 change value type from double to float for Formula and Parametric curve 9 years ago
Johannes Bildstein 87c1e052ae fix error where startIndex was ignored in To<Type> methods 9 years ago
James Jackson-South 48f2ac48f2 Add Rgb color spaces 9 years ago
James Jackson-South 0df4e5a4f4 Use MathF 9 years ago
James Jackson-South d2787fc8fa Update to use MathsF 9 years ago
James Jackson-South 1bac317975 Add RGB working spaces 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