7245 Commits (e7006566d040bca72bbf133c8665d92988c61557)

Author SHA1 Message Date
Ildar Khayrutdinov 2ed1b6d4ec format 5 years ago
Ildar Khayrutdinov cda6b24b63 Bug fixes of reading and writing (UCS2 and EncodedString) 5 years ago
Brian Popow 77c9c914e9 Webp encoder now defaults to lossy, if nothing else is specified 5 years ago
James Jackson-South 0fdcf04b30 Expand test and cleanup 5 years ago
James Jackson-South f2f719985d Mac fixes 5 years ago
James Jackson-South 1807350176 Fix switched assignments 5 years ago
James Jackson-South ddb81921e2 Fix source rectangle handling 5 years ago
Anton Firszov 1699a7578f fix #1625 5 years ago
Ildar Khayrutdinov 14d7b60a12 support writing UCS-2 encoded string 5 years ago
Ildar Khayrutdinov 918db05637 add missing file 5 years ago
Ildar Khayrutdinov 564912843d correct reading UCS-2 encoded string tags 5 years ago
Ildar Khayrutdinov cbb4514a03 Change data types of UCS-2 tags: byte[] -> string 5 years ago
Ildar Khayrutdinov c71b2aac4e small refactory EncodedString methods 5 years ago
James Jackson-South 6567726efc Explicitly throw for degenerate matrices. 5 years ago
Ildar Khayrutdinov f954a84a90 move EncodedStringCode enum into EncodedString class 5 years ago
Ildar Khayrutdinov 2e219ed69c renaming, cosmetics 5 years ago
James Jackson-South b97ac35d5b Apply fix and tests 5 years ago
James Jackson-South 9a2ca51e02 Rename Buffer2DRegion GetRowSpan 5 years ago
James Jackson-South 88e59a14aa Remove processor exception wrapping. #1827 5 years ago
Brian Popow 6f495f1642 Review suggestion from gfoidl: 5 years ago
Brian Popow 02cc77360d
Change while condition to: offset < this.Data.Length - 4 5 years ago
Brian Popow 300ad3c368 Add Standard DataSet Tag description 5 years ago
Brian Popow 805f9d014f Skip IPTC entry's which have no valid record number 5 years ago
Brian Popow 559feb26df Break reading iptc data when Extended data set tag is encountered 5 years ago
Brian Popow 38b5da4e19 Ignore invalid iptc tag values #1942 5 years ago
Brian Popow 6fdf643d55 Fix build errors 5 years ago
Brian Popow d8db6539d5
Apply suggestions from code review 5 years ago
Ildar Khayrutdinov 53f85acaf0 build fixes 5 years ago
Ildar Khayrutdinov 06e1d8b39d
Update src/ImageSharp/Metadata/Profiles/Exif/ExifConstants.cs 5 years ago
James Jackson-South 7d39dfc7c3 NET472 doesn't have Clear. 5 years ago
James Jackson-South c4d14c05c9 Update Configuration.cs 5 years ago
James Jackson-South 90f256c97b Remove public setter and use ConcurrentBag<T>.Clear() 5 years ago
Ildar Khayrutdinov c1ebf13e28 add missing docs 5 years ago
Ildar Khayrutdinov d0dbb8e1fa add hashCode method 5 years ago
Ildar Khayrutdinov 0082fd276b encoded string tags 5 years ago
Ildar Khayrutdinov e78190f647 implement read&write encoded string tags 5 years ago
jz5 92f47fc628 Update the PixelTypeInfo constructor to use separate overloads with and without the PixelAlphaRepresentation (not nullable) parameter. 5 years ago
Ynse Hoornenborg 4904f325fa Use memory allocator for all text chunks 5 years ago
Ynse Hoornenborg c6540799e3 Zero out the iTxt header 5 years ago
Ynse Hoornenborg c05fd216d1 Explicitly control lifetime of memory owner 5 years ago
James Jackson-South 228b3c8bc9 Update JpegDecoderCore.cs 5 years ago
James Jackson-South 3a8e5a216f Only decode App0 1x. Fix #1932 5 years ago
Ynse Hoornenborg d879dd82f0 Another allocation optimization 5 years ago
Ynse Hoornenborg dd31636bd2 Correct missing frame counter check 5 years ago
mkehoe 76d9412416
Fix for Jpeg Metadata Decoding with unknown APP13 profile 5 years ago
Dmitry Pentin 7bb1a507c2 Docs, faster span slice method 5 years ago
Dmitry Pentin 5e1eb1ad5d Removed stack pressure, pooling single buffer for entire huffman tables parsing 5 years ago
Dmitry Pentin 46226bfe79 Reduced memory pressure, removed unnecessary buffer 5 years ago
Ildar Khayrutdinov 556c0a7c4f cleanup, add empty profile writer test 5 years ago
Ynse Hoornenborg f356c618d6 Renaming the hasProfile fields 5 years ago