5173 Commits (1ac38e3fcffbcbcb9f73c906ff91c873fd5cc30a)

Author SHA1 Message Date
James Jackson-South 842106ae3a No need to calculate CRC for non-critical chunks. 6 years ago
James Jackson-South 5f43656f8c Always read CRC. 6 years ago
James Jackson-South 43849d8437 Remove allocation and clean up docs 6 years ago
Scott Williams e65febf329 Tweek extension names 6 years ago
Brian Popow 50ce766e5f Use <example> tag for examples 6 years ago
Brian Popow 8f94e08b58 SetDateTimeValue now uses DateTimeOffset 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
Scott Williams 4d6a0ec836 Add options builder extension 6 years ago
Scott Williams 714f53fcda Add some unit tests to verify usage of default graphics options 6 years ago
James Jackson-South 32f8cf0f14 Cleanup and refactor 6 years ago
Scott Williams 34e3ca8263 global property store on configuration on processing context 6 years ago
James Jackson-South dbf4f39c00 Remove casting, skip mocks 6 years ago
James Jackson-South 91f58b2a3c Update BufferedReadStream.cs 6 years ago
James Jackson-South a820e8f16d BufferedReadStream WIP - MagickImage not working. 6 years ago
Brian Popow 6a54eef87f Limit length of iptc values according to the spec 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 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
Sergio Pedri a6e70a9c3e Added optimized IMemoryGroup<T>.GetEnumerator() method 6 years ago
Sergio Pedri b3db3382d5 Added overload for MemoryGroupView<T> in MemoryGroupEnumerator<T> 6 years ago
Sergio Pedri 821eb36dc3 Added MemoryGroupEnumerator<T> struct 6 years ago
James Jackson-South f223f39ff4 Add argument docs and negative tests 6 years ago
Sergio Pedri 9deb48755c Removed unnecessary iterator block 6 years ago
Sergio Pedri c1b266db97 Removed unnecessary using directives 6 years ago
Sergio Pedri b7a900bc18 Improved codegen for throw path in MemoryGroup<T>.Owned 6 years ago
James Jackson-South a61baf27e9 Improve accessability of Span<T> methods. Fixes #1164 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 c3f41d5bb7 Revert bad optimization 6 years ago
James Jackson-South b218f89cd2 Minor performance improvements. 6 years ago
Brian Popow 79cef659f4 For paletted Bgra5551 alpha bits are not ignored 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 225df57488 Adjustments to changes from the upstream 6 years ago
Brian Popow aad3f1593b Reading paletted rle tga will not ignore alpha even if alpha bits is 0 6 years ago
Brian Popow b44640033b Move calculation of x and y out of the for loops where possible 6 years ago
James Jackson-South 20d97eaffb Update colorspace namespaces 6 years ago
James Jackson-South 8b3fc67c8c Move GeometryUtilities 6 years ago