754 Commits (3f3b8dd8275cb045495a753e1bcd2f1d06b83add)

Author SHA1 Message Date
Ildar Khayrutdinov 8de08ba72a fix for duplicates skipping 1 year ago
Ildar Khayrutdinov d48a6dd5d1 fix for loading multiple sub ifds 1 year ago
ardabada 4ff51b9a03 fix 2 years ago
ardabada a34bca3b66 Update encoder and decoder to handle restart interval 2 years ago
James Jackson-South cf3faaaadf Remove IImageDecoderInternals redirect 2 years ago
James Jackson-South fae857fb1c Clamp JPEG quality estimation results. 2 years ago
James Jackson-South a06511f6d2 Initialize pixel type info from decoder. 2 years ago
James Jackson-South 3d80dfcbac Rename to JpegColorType 2 years ago
Alexandr Ivanov 490c0d3a31 update write block in huffman encoder, add test 2 years ago
James Jackson-South fb50f5be71 Replace old converter 2 years ago
James Jackson-South 63d4b2028a Fix args and add tests 2 years ago
James Jackson-South 623ad5defd Only exit after multiple EOF hits 2 years ago
James Jackson-South 382ee7fb23 Only exit after multiple EOF hits 2 years ago
James Jackson-South d8484da739 Remove allocations and cleanup. 2 years ago
Robert Mutniański 8af9a8068e PR comments changes 2 years ago
Robert Mutniański d2251287ce Introduce JpegComData.cs 2 years ago
Robert Mutniański c10863fee6 Replace Memory<char> with string 2 years ago
Robert Mutniański 9260be9d29 Add com character limit, comment as IList, remove unnecessary extension methods 2 years ago
Robert Mutniański 5127202129 pr comment fix 2 years ago
James Jackson-South dfd983f17c Update library to use new pixel API 2 years ago
Robert Mutniański d6165909fd tab 2 years ago
Robert Mutniański b3a8452edc Rename SaveComment to SetComment, add index, add clearcomments 2 years ago
Robert Mutniański bb9ed65333 add jpeg com marker support 2 years ago
James Jackson-South 291e9e7c1e Use source length as bounds 2 years ago
James Jackson-South 2200ac2b3c Add test 2 years ago
James Jackson-South 48cecd3c18 Make JFIF marker optional 2 years ago
Jose Elias dos Santos c7f3aa40cb [fix]: Fixed Unknown App0 Marker add profileResolver missing 3 years ago
James Jackson-South ed3860cfda Handle EOF in Jpeg bit reader when data is bad to prevent DOS attack. (#2516) 3 years ago
James Jackson-South 492507fa2d Allow JFXX as an App0 marker header 3 years ago
Stefan Nikolei b2dc1e5704
Update tests/ImageSharp.Tests/Formats/Jpg/JpegColorConverterTests.cs 3 years ago
Stefan Nikolei 996f7675b9 Change test, only expect it for ARM64 3 years ago
Stefan Nikolei 7b13ae21ad Adapt testchanges 3 years ago
Brian Popow 52861d87d0 Another case for arm where YccKVector should be expected 3 years ago
Brian Popow dae030d8b8 Expect YCbCrVector on ARM 3 years ago
Günther Foidl f348d704ef Block8x8 Load and CopyTo simplified 3 years ago
Brian Popow 2f6edd76fa Add GrayscaleArm case 3 years ago
Brian Popow 42918ed615 Add test for GetConverter with grayscale color space which uses FeatureTestRunner to disable specific hw features 3 years ago
Brian Popow f0530bf56a Add test for GetConverter with ycck color space which uses FeatureTestRunner to disable specific hw features 3 years ago
Brian Popow ecb6c0f823 Add test for GetConverter with ycbcr color space which uses FeatureTestRunner to disable specific hw features 3 years ago
Brian Popow f4727d1d34 Add test for GetConverter with cmyk color space which uses FeatureTestRunner to disable specific hw features 3 years ago
Stefan Nikolei 60c39bbd9f Port YCCK to arm 3 years ago
Brian Popow e62b62f5be Fix formatting warnings 3 years ago
Brian Popow 09b4dd751d Add test for GetConverter with rgb color space which uses FeatureTestRunner to disable specific hw features 3 years ago
Günther Foidl a534328dc4 Optimized Block8x8F 3 years ago
Stefan Nikolei 9dddb8caad Port YCbCr ColorConverter to ARM 3 years ago
Stefan Nikolei a4fe64abb7 Port GrayscalConverter to Arm 3 years ago
Brian Popow a3f3bfcd5f Revert IntrinsicsConfig to HwIntrinsics.AllowAll | HwIntrinsics.DisableAVX2 3 years ago
Brian Popow 8c754c5655 Compare with tolerance 3 years ago
Brian Popow ec3a08f687 Add ValidateConversionFromRgb for all color conversions which use intrinsics 3 years ago
Brian Popow b7c2e6fa43 Rename ValidateConversion to ValidateConversionToRgb 3 years ago