8621 Commits (29ed2b458d5d20b7cf82cff78da6af9fdcd87b6e)

Author SHA1 Message Date
James Jackson-South 0103d81d96 Fix off-by-one error when centering a transform. 2 years ago
James Jackson-South fae857fb1c Clamp JPEG quality estimation results. 2 years ago
James Jackson-South e4ba5d30d7 Decode LZW row by row 2 years ago
James Jackson-South 9f889f75e7 Handle out of bounds Gif LZW max code 2 years ago
James Jackson-South b31bd2337c Complete tests and fix issues 2 years ago
James Jackson-South 7c0cd0baab Merge separate assert file 2 years ago
James Jackson-South 6beeba1575 Cleanup and fix issues 2 years ago
James Jackson-South af007fa1cd Allow skipping bad metadata using identify 2 years ago
Brian Popow ede2f2d2d1
GifDecoder: Limit lzw bits to a maximum of 12 bits (#2744) 2 years ago
Poker 5be5d64882
fix 2 years ago
舰队的偶像-岛风酱! 52f392db56
Fixed some warnings. 2 years ago
舰队的偶像-岛风酱! fae15ae88a
Fixed AlphaMask 2 years ago
舰队的偶像-岛风酱! e252a6f223
Using Seek requires consideration of whether this stream allows Seek and the case where the stream start position is not 0. 2 years ago
舰队的偶像-岛风酱! 21b1e71062
Encoder Worked! 2 years ago
舰队的偶像-岛风酱! 54e87ab63a
Remove a comment 2 years ago
舰队的偶像-岛风酱! dbd178392f
Add encoders that cannot be used. 2 years ago
舰队的偶像-岛风酱! 746e742183
Fixed errors and warnings 2 years ago
舰队的偶像-岛风酱! 794b2a6433
Refactor IconImageFormatDetector. 2 years ago
舰队的偶像-岛风酱! 63da967c7f
Flatten namespace. 2 years ago
舰队的偶像-岛风酱! 729d64ec75
Refactor SetFrameMetadata 2 years ago
舰队的偶像-岛风酱! 05d33f2895
Remove IconFrameMetadata 2 years ago
舰队的偶像-岛风酱! 43ea25fe8b
Add Parse Method and Check Stream 2 years ago
James Jackson-South 79f538723f
Handle frames exceeding 256 pixels 2 years ago
James Jackson-South ffde9a9380
Refactor decoder and add notes 2 years ago
舰队的偶像-岛风酱! 4832d8f24a
Add Icon Support 2 years ago
舰队的偶像-岛风酱! 11293824e3
Add UnsafeSetFormatMetadata in ImageFrameMetadata 2 years ago
舰队的偶像-岛风酱! 520ff46baa
Append BMP's MIME Type 2 years ago
舰队的偶像-岛风酱! f62e2baac8
Make the BMP Decoder Core can skip the file header 2 years ago
James Jackson-South cceeb2d81c Update Rgb.cs 2 years ago
James Jackson-South ff752a22b8 Sequential layout plus faster equality checks. 2 years ago
James Jackson-South b458ff2fa0 Optimize and cleanup per review 2 years ago
James Jackson-South cb56bae393 Remove old implementation 2 years ago
James Jackson-South fb50f5be71 Replace old converter 2 years ago
James Jackson-South 355bd04b8d Update benchmarks 2 years ago
James Jackson-South 72dbc1308c Complete conversion tests 2 years ago
James Jackson-South bf13f0095c Naming and fixes 2 years ago
James Jackson-South a7edf1b41a Some renaming and docs 2 years ago
James Jackson-South 9fdf204086 Complete conversion tests 2 years ago
antonfirsov 7d3f852245 Fix overflow in MemoryAllocator.Create(options) (#2730) 2 years ago
Anton Firszov 467850f757
Fix overflow in MemoryAllocator.Create(options) (#2730) 2 years ago
James Jackson-South e67a67171c Add some XYZ tests 2 years ago
James Jackson-South cc49c7a9d7 Add Xyy and HSV/HSL tests 2 years ago
Dan Kroymann e0d1493c3b Call the new InternalDetectFormatAsync() from DetectFormatAsync() 2 years ago
Dan Kroymann 22e1c064c2 Use MemoryAllocator from configuration 2 years ago
James Jackson-South f37ac8e704 Add LMS and Lch tests 2 years ago
Dan Kroymann 9c5a393650 Fix another async-over-sync issue where DecodeAsync() would internally block on a synchronous stream read when detecting the image format 2 years ago
James Jackson-South 2fbabe828c Complete HunterLab and add more tests 2 years ago
James Jackson-South e7a2445dba Cleanup 2 years ago
James Jackson-South 698d76e836 Create HunterLab.cs 2 years ago
James Jackson-South bb6502ca6a Create Hsv.cs 2 years ago