8211 Commits (173659669e428f7c18c704c7ea50aeca5e2c93b5)
 

Author SHA1 Message Date
James Jackson-South 6df81b3830
Merge pull request #1179 from SixLabors/js/fix-1110 6 years ago
James Jackson-South 8a83c5e98c Cast to long and add test/guard. Fix #1167 6 years ago
James Jackson-South c32cc6ee60 Merge branch 'master' into js/fix-1110 6 years ago
James Jackson-South 7ef02eba1f Update tests 6 years ago
James Jackson-South 9c25d6cd75
Merge pull request #1178 from SixLabors/js/fix-1177 6 years ago
James Jackson-South 77ccc3bb89 Document save, make params consistant 6 years ago
James Jackson-South 0b2d95196f Document Mutate and Clone 6 years ago
James Jackson-South ad6da51a3d Introduce InvalidImageContentException, document and guard all load methods 6 years ago
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 4661fc90b2
Merge branch 'master' into sw/property-bag 6 years ago
James Jackson-South 8d404d6d86
Merge pull request #1173 from SixLabors/optimizations/memory-group-enumeration 6 years ago
James Jackson-South 9823eed2b2
Merge branch 'master' into optimizations/memory-group-enumeration 6 years ago
James Jackson-South eb312e0d5c
Merge pull request #1174 from SixLabors/bp/iptc 6 years ago
James Jackson-South 7fb1612c30 Remove allocation and clean up docs 6 years ago
Scott Williams 63453cfa36 Tweek extension names 6 years ago
Scott Williams 6013926e44
Merge branch 'master' into sw/property-bag 6 years ago
Brian Popow ed457f1d6a
Merge branch 'master' into bp/iptc 6 years ago
Brian Popow 12c3537e56 Use <example> tag for examples 6 years ago
James Jackson-South 424d3886a8
Merge pull request #1170 from SixLabors/js/faster-deflate 6 years ago
Brian Popow 34074de62e
Merge branch 'master' into bp/iptc 6 years ago
Brian Popow 4a70056a2b SetDateTimeValue now uses DateTimeOffset 6 years ago
James Jackson-South e0a9524dec
Merge branch 'master' into js/faster-deflate 6 years ago
James Jackson-South a8a7a43b83
Merge pull request #1175 from SixLabors/js/base-64-extension 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
Scott Williams 5df21ad69a Add options builder extension 6 years ago
Scott Williams 0ab64c2f89 Add some unit tests to verify usage of default graphics options 6 years ago
Scott Williams 9df82f57ce global property store on configuration on processing context 6 years ago
Brian Popow 2167085214 Limit length of iptc values according to the spec 6 years ago
James Jackson-South f2b83a5812
Merge branch 'master' into js/faster-deflate 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 f824d61dda
Merge branch 'master' into bp/iptc 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 c237de595c Added new tests for all IMemoryGroup<T> enumerators 6 years ago
Sergio Pedri ad69c2323c Merge branch 'master' into optimizations/memory-group-enumeration 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
James Jackson-South de73c63f50
Merge pull request #1172 from SixLabors/js/span-accessibility 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