11448 Commits (ea38d984ec574bf703ba19bcff3708cdc799fa5d)
 

Author SHA1 Message Date
Anton Firszov edfc2b208b
Merge branch 'master' into metadata 4 years ago
Ildar Khayrutdinov c1ebf13e28 add missing docs 4 years ago
Ildar Khayrutdinov d0dbb8e1fa add hashCode method 4 years ago
Ildar Khayrutdinov 83547dbf22 update test 4 years ago
Ildar Khayrutdinov 0082fd276b encoded string tags 4 years ago
Ildar Khayrutdinov e78190f647 implement read&write encoded string tags 4 years ago
jz5 92f47fc628 Update the PixelTypeInfo constructor to use separate overloads with and without the PixelAlphaRepresentation (not nullable) parameter. 4 years ago
James Jackson-South 0ec80030bf Update issue-1932-app0-resolution.jpg 4 years ago
James Jackson-South b7e0c218c0 Use 2 spaces for yml 4 years ago
James Jackson-South 7e100c34bb Save solution 4 years ago
Ynse Hoornenborg 4904f325fa Use memory allocator for all text chunks 4 years ago
James Jackson-South f140107e8d Use a scheduled job for codecov 4 years ago
Ynse Hoornenborg c6540799e3 Zero out the iTxt header 4 years ago
James Jackson-South bb09134478
Merge branch 'master' into js/fix1926 4 years ago
James Jackson-South 7a5cd86505
Merge pull request #1931 from mkehoe/custom-app13-bugfix 4 years ago
Ynse Hoornenborg c05fd216d1 Explicitly control lifetime of memory owner 4 years ago
James Jackson-South fab1691e2c
Merge branch 'master' into custom-app13-bugfix 4 years ago
James Jackson-South 228b3c8bc9 Update JpegDecoderCore.cs 4 years ago
James Jackson-South 3a8e5a216f Only decode App0 1x. Fix #1932 4 years ago
Ynse Hoornenborg de9a645925 Merge branch 'read-xmp-from-webp' of https://github.com/ynse01/ImageSharp into read-xmp-from-webp 4 years ago
Ynse Hoornenborg d879dd82f0 Another allocation optimization 4 years ago
Ynse Hoornenborg dd31636bd2 Correct missing frame counter check 4 years ago
James Jackson-South 576a69fa78
Merge pull request #1926 from br3aker/dp/huff-table-improvements 4 years ago
James Jackson-South 544c557e95
Merge branch 'master' into dp/huff-table-improvements 4 years ago
James Jackson-South 12cd6bbb10
Merge branch 'master' into read-xmp-from-webp 4 years ago
James Jackson-South ce34e845fe
Merge pull request #1923 from IldarKhayrutdinov/ifd-pointer 4 years ago
mkehoe 76d9412416
Fix for Jpeg Metadata Decoding with unknown APP13 profile 4 years ago
Dmitry Pentin 7bb1a507c2 Docs, faster span slice method 4 years ago
Dmitry Pentin 5e1eb1ad5d Removed stack pressure, pooling single buffer for entire huffman tables parsing 4 years ago
Dmitry Pentin 46226bfe79 Reduced memory pressure, removed unnecessary buffer 4 years ago
Brian Popow 6bd756e00b
Merge branch 'master' into bp/alphadecodingsse 4 years ago
Ildar Khayrutdinov 92cc9fbb1c fake changes 4 years ago
Ildar Khayrutdinov 556c0a7c4f cleanup, add empty profile writer test 4 years ago
Ynse Hoornenborg f356c618d6 Renaming the hasProfile fields 4 years ago
Ildar Khayrutdinov 2f664e5edb minor improve test 4 years ago
Ildar Khayrutdinov b79b409de3 add test 4 years ago
Ildar Khayrutdinov c944d410e3 test fixes 4 years ago
Ildar Khayrutdinov 2216980c2f exif ifd writing fixes 4 years ago
jz5 bd4eb34b48 internal constructor to public constructor 4 years ago
Dmitry Pentin e7ee0fdac4 [WIP] outer scope memory propagation 4 years ago
Dmitry Pentin 51127b6b56 Removed 257 bytes of stack memory pressure 4 years ago
Dmitry Pentin 499ddf8def More readable and maybe even faster code 4 years ago
Ynse Hoornenborg 1ee34bacb5 Prevent memory allocations 4 years ago
Dmitry Pentin 3354ae68d7 Reduced stackallock pressure by changing char to byte 4 years ago
Dmitry Pentin 8b01f139d4 Removed debug checks 4 years ago
Dmitry Pentin 1694a5bf84 Added sanity check for generated huffman codes 4 years ago
Brian Popow dae6503363 Add tests for horizontal and vertical filter without hardware intrinsics 4 years ago
Ynse Hoornenborg e3ef796be2 Fix casing for Webp test image 4 years ago
Ynse Hoornenborg 760785e75e Fix casing of test images file names 4 years ago
Ynse Hoornenborg 559edde971 Don't throw when Position is out of range for BufferedReadStream 4 years ago