5877 Commits (58a3a958bfc74f00a9d75011b8c7ebdc8c8bd65b)

Author SHA1 Message Date
James Jackson-South 58a3a958bf Just use ArrayPool<short>.Shared 5 years ago
James Jackson-South 27ec4ac074 Use ArrayPool byte with pinning. 5 years ago
James Jackson-South a6b7e5228d Use int 5 years ago
James Jackson-South 8c202d8fc2 Use pooling for pixelmap cache. 5 years ago
James Jackson-South ee02333c57
Update src/ImageSharp/Processing/Processors/Quantization/EuclideanPixelMap{TPixel}.cs 5 years ago
James Jackson-South 87aec89f25 Use GreatestCommonDivisor. Fix #1616 5 years ago
James Jackson-South 1fcf7f6057 Fix comments 5 years ago
James Jackson-South 5699f8c63c 1MB is enough 5 years ago
James Jackson-South a5770d0bd0 Increase memory to fix edge case issues 5 years ago
Dmitry Pentin ce1d992200 Fixed invalid curly braces, added debug Avx2 check 5 years ago
Dmitry Pentin 6d4e2ee23c Moved jpeg converter scaler tests to to jpeg converter tests 5 years ago
Dmitry Pentin 20a0d84676 Moved jpeg matrix scaler to jpeg converter 5 years ago
Dmitry Pentin 0013c54460 Optimized vector rgb pixel matrix scaling 5 years ago
Dmitry Pentin 0e07a8ed61 Removed obsolete code 5 years ago
Dmitry Pentin b9b853b523 Added docs & stylecop fixes 5 years ago
Dmitry Pentin a4222fd91c Added DCT tests 5 years ago
Dmitry Pentin 0aecbd023d Removed unused usings 5 years ago
Dmitry Pentin 2edb1a8bb9 Removed obsolete code 5 years ago
Dmitry Pentin b1a21269a0 Added docs 5 years ago
Dmitry Pentin 8f79eb93c2 Converters tests/code cleanup, added comments for padding property 5 years ago
Dmitry Pentin 2d54226cae Both converters code cleanup 5 years ago
Dmitry Pentin 0e053f0d6a Optimized 420 converter with higher precision 5 years ago
Dmitry Pentin ad333f6598 Simplified Lut implementation 5 years ago
James Jackson-South 78e0ab8181 Remove parallel processing & update refs 5 years ago
Dmitry Pentin 01f44a839e Renamed vectorized rgb -> ycbcr converter for 444 subsampling 5 years ago
James Jackson-South 5b2d7c7397 Update EuclideanPixelMap{TPixel}.cs 5 years ago
James Jackson-South c0585ea84c bgra => rgba 5 years ago
James Jackson-South 763fe8d61f Only create map when required in Wu 5 years ago
James Jackson-South b47be54feb Simplify loop 5 years ago
James Jackson-South 08c36f23b2 Fix Wu palette, reduce memory usage 5 years ago
Dmitry Pentin 743e34c489 Fixed stream flush for jpeg encoder 5 years ago
Dmitry Pentin 7135fc7096 Renamed MinimumBitsToStore16 method as it only works with up to 16 bits values 5 years ago
James Jackson-South db3c973f22 Fix octree transparency handling 5 years ago
James Jackson-South 2ef5b519f0 Use smarter distance cache 5 years ago
Dmitry Pentin da1b85bee3 Final cleanup of the non-simd 420 rgb -> ycbcr conversion code 5 years ago
Dmitry Pentin 078703b595 Added docs, renamed LuT converter for 444 and 420 subsampling methods, added debug guards 5 years ago
Dmitry Pentin 44bae0b79e Made non-simd ycbcr lut converter code more readable 5 years ago
Dmitry Pentin 2e25a3ee34 Optimized non-simd ycbcr lut converter code 5 years ago
Dmitry Pentin 7896e24606 Improved non-simd ycbcr lut converter code 5 years ago
Dmitry Pentin de176b699e Initial 420 subsampling lut conversion implementation 5 years ago
Brian Popow 036b95bd7a Flip order of comparing bitsPerSample 5 years ago
Brian Popow deed748525 Add support for decoding 10 bit per channel rgb tiff's 5 years ago
Brian Popow 8e6fad805c Add support for decoding 30 bit per pixel tiff's 5 years ago
Brian Popow 42d5d9ee91 Add support for decoding 6 bit per pixel tiff's 5 years ago
Brian Popow 580723fc0a Add test for encode and reload planar tiff 5 years ago
Brian Popow 3a6a5e9201 Flip order of comparing BitsPerSample 5 years ago
Brian Popow 85ef0fe2ca
Apply suggestions from code review 5 years ago
James Jackson-South 5ea8da6c97 Fix BitOperations 5 years ago
James Jackson-South afee88123c Make frames resonly 5 years ago
James Jackson-South 65808ae55f Fix throwhelper 5 years ago