6667 Commits (831501bc3254ed9f4e7018c8aecc41cbcbb187be)

Author SHA1 Message Date
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
Brian Popow c84ffbae5e T4 decompression: Clear buffer at start 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
Brian Popow 72ada958c9 Add Tiff specification pdf's 6 years ago
Brian Popow 8122bed91b Add support for decompressing huffman encoded tiffs 6 years ago
Brian Popow fbce81b604 Handle white as zero based on photometric interpretation 6 years ago
Brian Popow 0bb8165902 Fix issue with CCITT T4 with white runs of length 0 at the start of a scanline 6 years ago
Brian Popow 250ba56fa5 Add test images for fax3 compressed tiff 6 years ago
Brian Popow 7514df6ddf Use Dictionarys for terminating and makeup codes 6 years ago
Brian Popow 3e4b5b262a Use memory allocator in t4 bitreader 6 years ago
Brian Popow 9f085857e0 Add support for de-compressing CCITT t4 tiffs 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 38a88b2adc Fix issue in ExtractAlphaRows: Filter needs to be applied after extract green 6 years ago
James Jackson-South 3488203684 Remove some low hanging allocations 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
Brian Popow 7505dfe90a Mark webp as experimental, dont register it in the default config 6 years ago
Brian Popow 314c30d631 Change namespace to SixLabors.ImageSharp.Formats.Experimental.WebP 6 years ago
Brian Popow 75cdb2d1d5 Move hashchain fill to Vp8LHashChain, use memory allocator 6 years ago
Brian Popow 7a6cb423aa Refactor Vp8Encoder 6 years ago
Brian Popow a3bf97b54e Fix VP8 issue with quality 20 and method 2: UseSkipProba was ignored 6 years ago
Brian Popow d801ca8de2 Ensure PutBitsFlushBits only writes 32 bits to the buffer 6 years ago
Brian Popow 86d8b6fea7 Fix issue with decoding VP8 alpha channel: Use8BDecode will only be set to true, if there is a transform present 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
Brian Popow 1a005bd97a Scale alpha and uv alpha by total number of macroblocks 6 years ago
Brian Popow dd7032c693 CorrectDCValues 6 years ago
Brian Popow 8f92c467eb Fix issues with EncPredLuma4 and CodeIntraModes 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
Sergio Pedri 04b5978e09 Add pointer null check on construction 6 years ago
Sergio Pedri 95f1f5a60a Add unowned Image.WrapMemory(void*) overloads 6 years ago