69 Commits (fc40209727ada7d5ee638ea06b0753cf4a97d089)

Author SHA1 Message Date
Stefan Nikolei 18b8b662e9 Use Target Type new only when apparent 11 months ago
Stefan Nikolei 57f5966fe7 use Explicit Types and Target Type new 11 months ago
Ildar Khayrutdinov 8de08ba72a fix for duplicates skipping 1 year ago
Ildar Khayrutdinov d48a6dd5d1 fix for loading multiple sub ifds 1 year ago
James Jackson-South fae857fb1c Clamp JPEG quality estimation results. 2 years ago
James Jackson-South 3d80dfcbac Rename to JpegColorType 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 b3a8452edc Rename SaveComment to SetComment, add index, add clearcomments 2 years ago
James Jackson-South c21bbbd531 Allow returning individual image frame metadata via Identify. 3 years ago
Stefan Nikolei 06f413107f Convert to TryGetValue 3 years ago
James Jackson-South 96a22c40ad Remove IImageInfo, IImage and use inheritance. 3 years ago
James Jackson-South f421701333 Refactor Load APIs 3 years ago
James Jackson-South 89d6fc8d69 Expose ImageInfo and add IImageFormat to metadata 3 years ago
James Jackson-South 4007a48b89 Use shared instances for all built-in decoders. 3 years ago
James Jackson-South 205e1b369c Make decoder cancellation token default. 3 years ago
James Jackson-South 2145794271 Fix test file 3 years ago
James Jackson-South 1d994132ef Re-introduce IImageDecoder and split decoding pipelines. 4 years ago
James Jackson-South 19bdeccd11 Replace IImageDecoder 4 years ago
James Jackson-South 0e9a066195 FS Namespaces and Implicit Global Usings 4 years ago
James Jackson-South f78ec5108f Add jpeg tests 4 years ago
James Jackson-South ac4fb62eeb Only expose sanitized decoder methods. 4 years ago
James Jackson-South 1c2d1f42e2 Update tests and fix issues 4 years ago
James Jackson-South 97baeaf438 Update all files 4 years ago
Dmitry Pentin 97f200d475 Refactoring, fixes, tests 4 years ago
Dmitry Pentin 3d31a16a88 Made frame configs internal 4 years ago
Dmitry Pentin 74c9bb6b6b Moved color convertes to 'Components' folder 4 years ago
Scott Williams af7d84a376 check disposed buffers for decoders 4 years ago
Ynse Hoornenborg 1d2d717a50 Fix and test 4 years ago
Brian Popow 29aa049b71 Add test for #2057 4 years ago
Dan Kroymann 1c225e93b8 Make the cancellationToken arguments required 4 years ago
Ildar Khayrutdinov d01dfe8e26 change JIS encoding, update test 4 years ago
Ildar Khayrutdinov 19a7b8c62e update JIS test 4 years ago
Ildar Khayrutdinov 62ca84242e Add test 4 years ago
Ildar Khayrutdinov ac9a98a552 cleanup 4 years ago
Ildar Khayrutdinov cda6b24b63 Bug fixes of reading and writing (UCS2 and EncodedString) 4 years ago
Ildar Khayrutdinov cbb4514a03 Change data types of UCS-2 tags: byte[] -> string 4 years ago
Ildar Khayrutdinov f954a84a90 move EncodedStringCode enum into EncodedString class 4 years ago
Ildar Khayrutdinov 2e219ed69c renaming, cosmetics 4 years ago
Brian Popow c476caace6 Add test for issue #1942 4 years ago
Ildar Khayrutdinov 83547dbf22 update test 4 years ago
Ildar Khayrutdinov e78190f647 implement read&write encoded string tags 4 years ago
James Jackson-South 3a8e5a216f Only decode App0 1x. Fix #1932 4 years ago
Dmitry Pentin af7c3c509c Added generic benchmark 5 years ago
James Jackson-South 27e6b58643 Final final warnings 5 years ago
Anton Firszov d798450ef6 Decode into Rgb24 by default 5 years ago
Brian Popow b506e92479 Add additional YCbCr subsample rates 5 years ago
Brian Popow 57335b8ed4 Add detect color type tests 5 years ago
Dmitry Pentin 99b24fefd3 Added images to quality estimation tests 5 years ago