5306 Commits (cb25e9fefe75da932ffeb853e6e63e4dc86a4242)

Author SHA1 Message Date
James Jackson-South caf360941a Update ImageSharp.csproj 6 years ago
James Jackson-South 472d639192 Update to use new props/targets plus cleanup. 6 years ago
Brian Popow 2fd1aa12cb Another attempt using Slice for the destination in PixelOperations convert From and To 6 years ago
Brian Popow 74b2e359c1 Revert "Slice destination to (0, count)" 6 years ago
Brian Popow 9323852f21 Slice destination to (0, count) 6 years ago
Sergio Pedri c71f9e3393 Reduce code duplication due to reified generics 6 years ago
Amaury Levé e687f7b10a Address review comments 6 years ago
Brian Popow ea7c8a157d Ensure Span length of source and destination are equal during pixel conversions. 6 years ago
Evangelink a5e9694667 More progress toward a working swizzler 6 years ago
James Jackson-South 8d3cddab30 No more Vector4Utils & ImageMath 6 years ago
James Jackson-South e342e2c0d2
Update src/ImageSharp/Common/Helpers/Numerics.cs 6 years ago
James Jackson-South 5e0ceaa593 Fix Numerics fallback logic for 32 bit 6 years ago
James Jackson-South ddacec2b41 Moar Utils 6 years ago
James Jackson-South f66fe45ac1 Utils FTW 6 years ago
James Jackson-South 289b5326c1 Move FastClamp to Numerics 6 years ago
James Jackson-South 3bdbfe620e Replace clamp extensions 6 years ago
James Jackson-South 124a54c5ad ImageMaths => ImageMath 6 years ago
James Jackson-South e9f734a943 Introduce Numerics and migrate ImageMaths methods 6 years ago
Sergio Pedri 9236cb1269 Added missing RgbaVector conversion override 6 years ago
James Jackson-South 3cc5f81a79 Revert "Use doubles in ResizeHelper" 6 years ago
James Jackson-South c719148a43 Use doubles in ResizeHelper 6 years ago
James Jackson-South 65909fcf5a Make PixelTypeInfo lazy 6 years ago
Brian Popow 3558e7ef97 Use ref TPixel pixel = ref rowSpan[dx]; 6 years ago
Brian Popow 9d8ed6c852 Use GetPixelRowSpan to access pixel data in global hist equalization 6 years ago
Brian Popow 440d8cf116 Use GetPixelRowSpan to access pixels, fixes #1429 6 years ago
Brian Popow 85b65d393a Use colorPalette span as destination of bulk conversion 6 years ago
Brian Popow 9449f947e2 Dont use the default config in ToRgba32 6 years ago
Brian Popow 7de5c59102 Use bulk conversion to rgba in Write8BitColor 6 years ago
AlexNDRmac 2749a25d78
Move package to build props 6 years ago
AlexNDRmac 8276bda4f2
Fix incompatible package reference for OSX 6 years ago
AlexNDRmac 2871e8ed2e
Add support using libgdiplus on macOS 6 years ago
James Jackson-South 86d4b7214e Don't autogenerate GetPixelTypeInfo 6 years ago
James Jackson-South fd76f69eb1 Remove bas T4 refs 6 years ago
James Jackson-South 36ebc4513d Fix Short4 and tests 6 years ago
James Jackson-South 6a3411ed6b Add new property and implement for TPixel types 6 years ago
Brian Popow 2222db8e0b Use Interlocked.Increment(ref Unsafe.Add(ref histogramBase, luminance)); 6 years ago
Brian Popow bc7ea4f8bf Use Interlocked.Increment during histogram calculation, fixes issue #1416 6 years ago
Nicolas Portmann 963e5c6fd4 Remove useless branch 6 years ago
Nicolas Portmann eba801542c Micro-optimize grayscale converter 6 years ago
James Jackson-South 27de70a9cf Add missing conditional 6 years ago
James Jackson-South e3e8656d8f Respond to Anton fedback 6 years ago
James Jackson-South 3ee5a38802 Fix shuffle 6 years ago
James Jackson-South 699d8ff01d Use ROS trick all round and optimize Shuffle3 6 years ago
James Jackson-South 090158ea33
Update src/ImageSharp/Common/Helpers/SimdUtils.HwIntrinsics.cs 6 years ago
James Jackson-South ded9217254 Handle Bmp encoder padding. 6 years ago
Nicolas Portmann 680459ca54 Drop FromGrayscaleVector8 6 years ago
James Jackson-South 382b5bc1f1 Inline controls as constants 6 years ago
Nicolas Portmann e550caaed7 Refactor JpegColorConverters 6 years ago
James Jackson-South 863c672be1 Fix shuffle +m slice fallback 6 years ago
James Jackson-South da4764645e Unroll XYZWShuffle4Slice3 6 years ago