6600 Commits (7ff7075e04b6cfad112dfafffc76eee0372e47e5)

Author SHA1 Message Date
Brian Popow 7ff7075e04 Remove ChunkTypes and Animated flag from metadata 5 years ago
Brian Popow b9c992111e Rename AlphaCompression -> UseAlphaCompression 5 years ago
Brian Popow 62ac318156 Apply change from upstream: 749a8b99 5 years ago
James Jackson-South d5cea156af Feedback fixes 5 years ago
James Jackson-South 88bb74f39f Fix #1712 5 years ago
Brian Popow 3c2cc0c52e Fix warnings 5 years ago
James Jackson-South a86351b67c Use V2 major version 5 years ago
James Jackson-South 4323c8d175
Update src/ImageSharp/Processing/Processors/Transforms/Resize/ResizeProcessor{TPixel}.cs 5 years ago
James Jackson-South a0af4c8a1c Fix bad StyleCop warning 5 years ago
James Jackson-South d2b205260e Fix missing braces 5 years ago
James Jackson-South c49201fb36 Fix missing tuple element names 5 years ago
James Jackson-South a46dcc1101 Fix tuple casing 5 years ago
Anton Firszov 6d9a04d38c
Premultiply only if alpha representation is unknown or Unassociated 5 years ago
James Jackson-South af1cbc3286 Remove line gaps in usings 5 years ago
James Jackson-South 38bf216e09 Fix newline endings 5 years ago
Anton Firszov ad976f12d8
elide further bound checks 5 years ago
Anton Firszov ed576227f5 ((uint)bufferIdx >= group.Count) trick 5 years ago
Anton Firszov 4803b455db
"less ceremony" 5 years ago
Anton Firszov bcfd3f3ca4 use nint with Unsafe.Add 5 years ago
Anton Firszov a421d6e804
!values.IsEmpty 5 years ago
Anton Firszov 2537547ae4 use AggressiveInlining in some methods regardless of PROFILING 5 years ago
Anton Firszov cf4c3fb360 Delete Vector4Octet 5 years ago
Brian Popow 60cde0c048 Fix index out of bound issue in OptimizeHuffmanForRle 5 years ago
Anton Firszov 179e43a060 delete more unused methods 5 years ago
Anton Firszov adcc6d48ed remove old JpegColorConverter methods 5 years ago
Anton Firszov 5ba6461c6d fix whitespace issues 5 years ago
Anton Firszov 06566c5ab3 Resize: do not premultiply pixels with no alpha 5 years ago
Anton Firszov d798450ef6 Decode into Rgb24 by default 5 years ago
Anton Firszov 5f90e020fc Change SpectralConverter<T> to use inplace converters and PackFromRgbPlanes 5 years ago
Anton Firszov 0a6189d74c inplace ycck conversion 5 years ago
Anton Firszov ef767cc905 Cmyk & Grayscale inplace conversion 5 years ago
Anton Firszov 8599caaff4 convert YCbCr inplace 5 years ago
Anton Firszov 033ed8e1b8 Inplace JpegColorConverter basic infra 5 years ago
Brian Popow 3d36c5f776 Change test images path from WebP to Webp 5 years ago
Brian Popow b9440d18bc Fix namespace in some places from SixLabors.ImageSharp.Formats.WebP to SixLabors.ImageSharp.Formats.Webp 5 years ago
Anton Firszov 70dfe761fd pin sourceBase in HwIntrinsics ByteToNormalizedFloat 5 years ago
Dmitry Pentin 2dfbff5a90 Access modifier fix 5 years ago
Dmitry Pentin aae451c844 Quant table adjustment method 5 years ago
Dmitry Pentin 4ff29844fe Docs 5 years ago
Dmitry Pentin e9eaa5222e FDCT fma usage 5 years ago
Dmitry Pentin bd9f06f42b FDCT sse path via Vector4 5 years ago
Dmitry Pentin e4b32dbf28 Improved scalar transpose implementation 5 years ago
Dmitry Pentin dce87fe2f8 Naming fix 5 years ago
Dmitry Pentin 7831caab95 DCT fixes, ifdef & accessor 5 years ago
Dmitry Pentin 6532552b6b Naming fix & simd else if branch 5 years ago
Dmitry Pentin d934bad69e gfoidl fixes 5 years ago
Dmitry Pentin 6b3f0f7bd9 gfoidl fixes 5 years ago
Dmitry Pentin c6c9f2beef Fixed docs 5 years ago
Dmitry Pentin 8cd4c9724c Removed debug ssse3 zig-zag shuffle table 5 years ago
Dmitry Pentin 4fd912b9dd Fixed Ssse3 zig-zag implementation 5 years ago