4968 Commits (b86ad76bf4bef0999583f70a58844031fe1f828b)

Author SHA1 Message Date
James Jackson-South b86ad76bf4 No need to calculate CRC for non-critical chunks. 6 years ago
James Jackson-South ccbb6d95f6 Always read CRC. 6 years ago
James Jackson-South 7fb1612c30 Remove allocation and clean up docs 6 years ago
Brian Popow 12c3537e56 Use <example> tag for examples 6 years ago
Brian Popow 4a70056a2b SetDateTimeValue now uses DateTimeOffset 6 years ago
Brian Popow f1a99e70e0 Add SetDateTimeValue which makes sure the formatting will be as specified in the spec 6 years ago
James Jackson-South 406573cb8e Update ImageExtensions.cs 6 years ago
Brian Popow 2167085214 Limit length of iptc values according to the spec 6 years ago
Brian Popow 7e9d553361 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 86462e5513 Throw if IPTC data exceeds limit 6 years ago
Brian Popow 9822c3a7eb Some IPTC tags can now be added multiple times, some are restricted from doing so 6 years ago
Brian Popow ed1a0631f0 Add testcase for app13 marker with empty IPTC 6 years ago
Brian Popow 1453392bb9 Add padding byte when resource name length is odd 6 years ago
Brian Popow 07eda44d28 Add IPTC specification 6 years ago
Brian Popow 0e49478f37 Add tests for writing IPTC 6 years ago
Brian Popow ba883d7c8a Add support for writing IPTC metadata 6 years ago
Brian Popow 14312962b2 Add unit tests for reading IPTC profile 6 years ago
Brian Popow ee96011669 Add support for reading IPTC metadata 6 years ago
Sergio Pedri 989300ecdf Added optimized IMemoryGroup<T>.GetEnumerator() method 6 years ago
Sergio Pedri aae14cf6ae Added overload for MemoryGroupView<T> in MemoryGroupEnumerator<T> 6 years ago
Sergio Pedri a7d6acfcc2 Added MemoryGroupEnumerator<T> struct 6 years ago
James Jackson-South 2ec776812f Add argument docs and negative tests 6 years ago
Sergio Pedri c2ec5c45a4 Removed unnecessary iterator block 6 years ago
Sergio Pedri f1f3cb759b Removed unnecessary using directives 6 years ago
Sergio Pedri 404c086007 Improved codegen for throw path in MemoryGroup<T>.Owned 6 years ago
James Jackson-South 28f3938de2 Improve accessability of Span<T> methods. Fixes #1164 6 years ago
James Jackson-South 43b77b9036 Use static fields. See if dll version fix CI 472 build 6 years ago
James Jackson-South 6dae630dc4 Predefine Codes and Lengths, use ReadOnlySpan where possible. 6 years ago
James Jackson-South 29d12f3f00 Revert bad optimization 6 years ago
James Jackson-South 88f3bd0c33 Minor performance improvements. 6 years ago
Brian Popow 5754f9493f For paletted Bgra5551 alpha bits are not ignored 6 years ago
Brian Popow ee016f6115 Minor formatting change 6 years ago
Brian Popow 50aa77e3a0 Review changes 6 years ago
James Jackson-South 1c7c491472 Remove GC, add MethodImpl, use Buffer 6 years ago
Brian Popow 1c926703a8 Using pixel row span to access the pixels 6 years ago
Brian Popow a468883110 Changed startX and endX from ushort to int, Add test with rectangle 6 years ago
Brian Popow 75ac0eeb17 Remove not needed tmp buffer 6 years ago
Brian Popow 39d5a93d14 Adjustments to changes from the upstream 6 years ago
Brian Popow a011640daa Reading paletted rle tga will not ignore alpha even if alpha bits is 0 6 years ago
Brian Popow 70a62ead9e Move calculation of x and y out of the for loops where possible 6 years ago
James Jackson-South ac7dee0e71 Update colorspace namespaces 6 years ago
James Jackson-South 7123b302b8 Move GeometryUtilities 6 years ago
James Jackson-South 944e68fb19 Make deflater constants internal 6 years ago
Brian Popow 11bf5bfbdc Simplify ReadBgra32 6 years ago
Brian Popow 4707966bfb Update Magick.Net to 7.15.5 6 years ago
Brian Popow baa98af0c7 Add support for decoding 16bit monochrome images 6 years ago
Brian Popow 2cd942cfb8 Add support for top right and bottom right image origin 6 years ago
James Jackson-South d915f48a50 Move IndexedImageFrame to root namespace. 6 years ago
Brian Popow edc4dda6b9 Use == instead of is 6 years ago
James Jackson-South 54ccea32cc Use Buffer2D throughout. Fix #1141 6 years ago