8133 Commits (2027f17c944cd56a9481ea34c373072f91ef2cd1)
 

Author SHA1 Message Date
Brian Popow 2027f17c94
Merge branch 'master' into bp/iptc 6 years ago
Brian Popow 50ce766e5f Use <example> tag for examples 6 years ago
James Jackson-South dc26c2b61f
Merge pull request #1170 from SixLabors/js/faster-deflate 6 years ago
Brian Popow 906ac33f71
Merge branch 'master' into bp/iptc 6 years ago
Brian Popow 8f94e08b58 SetDateTimeValue now uses DateTimeOffset 6 years ago
James Jackson-South e59e5dacaa
Merge branch 'master' into js/faster-deflate 6 years ago
James Jackson-South c8e4a37144
Merge pull request #1175 from SixLabors/js/base-64-extension 6 years ago
Brian Popow 4c0d8842e2 Add SetDateTimeValue which makes sure the formatting will be as specified in the spec 6 years ago
James Jackson-South 5de379a908 Update ImageExtensions.cs 6 years ago
Brian Popow 6a54eef87f Limit length of iptc values according to the spec 6 years ago
James Jackson-South 7d4d307557
Merge branch 'master' into js/faster-deflate 6 years ago
Brian Popow 2ac5506c7a Remove by tag now removes all entry's not just the first. Similar GetValue now returns a list of entrys instead of just one 6 years ago
Brian Popow 76bcf4e285
Merge branch 'master' into bp/iptc 6 years ago
Brian Popow 6afadccf7a Throw if IPTC data exceeds limit 6 years ago
Brian Popow f271771568 Some IPTC tags can now be added multiple times, some are restricted from doing so 6 years ago
Brian Popow 11658ac604 Add testcase for app13 marker with empty IPTC 6 years ago
Brian Popow feca4d7928 Add padding byte when resource name length is odd 6 years ago
Brian Popow 7bf880a92d Add IPTC specification 6 years ago
Brian Popow 44d0657f8b Add tests for writing IPTC 6 years ago
Brian Popow ad9f373ef7 Add support for writing IPTC metadata 6 years ago
Brian Popow 9b5aa5d5cf Add unit tests for reading IPTC profile 6 years ago
Brian Popow d79de16044 Add support for reading IPTC metadata 6 years ago
James Jackson-South 3b3b492d74
Merge pull request #1172 from SixLabors/js/span-accessibility 6 years ago
James Jackson-South f223f39ff4 Add argument docs and negative tests 6 years ago
James Jackson-South a61baf27e9 Improve accessability of Span<T> methods. Fixes #1164 6 years ago
James Jackson-South e3d51175fb
Merge branch 'master' into js/faster-deflate 6 years ago
James Jackson-South ebc5378928
Merge pull request #1171 from SixLabors/js/private-ms-compilers 6 years ago
James Jackson-South ff6cb9a9c6 Fix #1166 6 years ago
James Jackson-South 7dab97def3 Use static fields. See if dll version fix CI 472 build 6 years ago
James Jackson-South 05a62ae2fb Predefine Codes and Lengths, use ReadOnlySpan where possible. 6 years ago
James Jackson-South 9a9a78d21e
Merge branch 'master' into js/faster-deflate 6 years ago
James Jackson-South c3f41d5bb7 Revert bad optimization 6 years ago
James Jackson-South b218f89cd2 Minor performance improvements. 6 years ago
James Jackson-South 0e18ec7b72
Merge pull request #1165 from SixLabors/bp/moreTgaTests 6 years ago
Brian Popow 930403165f
Merge branch 'master' into bp/moreTgaTests 6 years ago
Brian Popow 79cef659f4 For paletted Bgra5551 alpha bits are not ignored 6 years ago
James Jackson-South bd5ae19471
Merge pull request #725 from SimantoR/master 6 years ago
Brian Popow 3df1471af6 Minor formatting change 6 years ago
Brian Popow ca2ed0d682 Review changes 6 years ago
James Jackson-South 76fe7eba91 Remove GC, add MethodImpl, use Buffer 6 years ago
Brian Popow d032998b1c Using pixel row span to access the pixels 6 years ago
Brian Popow c1fc52b676 Changed startX and endX from ushort to int, Add test with rectangle 6 years ago
Brian Popow 2bd2f7b041 Remove not needed tmp buffer 6 years ago
Brian Popow 4d3d0fb2f5 Add tests for the AdaptiveThreshold processor 6 years ago
Brian Popow 225df57488 Adjustments to changes from the upstream 6 years ago
Brian Popow 120f91c113 Merge remote-tracking branch 'upstream/master' 6 years ago
Brian Popow 485098fbdb Re-add external test images 6 years ago
Brian Popow 8ddd779db6 Add more tga test cases for paletted rle images 6 years ago
Brian Popow aad3f1593b Reading paletted rle tga will not ignore alpha even if alpha bits is 0 6 years ago
James Jackson-South cd4160388d
Merge pull request #1160 from SixLabors/bp/tgaImageOrigin 6 years ago