5209 Commits (bd59569a970310893857d0cb3840d78428291d4b)

Author SHA1 Message Date
Brian Popow 8ca9b97c9e MakeTransparentBlack option now work with all png color type 6 years ago
Brian Popow 624591c421 Refactor 6 years ago
Brian Popow f04e836587 MakeTransparentBlack is now a png encoder option 6 years ago
Brian Popow f257ef2217 Add tests for exclude filter 6 years ago
Brian Popow 6765f96120 Renamed enum to PngChunkFilter and also renamed enum names 6 years ago
James Jackson-South e343d36b83 Cleanup props/targets 6 years ago
James Jackson-South a651570b48 Use enum over int. 6 years ago
Brian Popow 193dafe65a Use ThrowHelper 6 years ago
Brian Popow 210c4817e4 Additional gif test cases 6 years ago
Brian Popow b9a5c92cc1 Minor formatting change to get GitVersion going 6 years ago
Brian Popow 08b5c4cb83 Change ImageFormatException to InvalidImageContentException 6 years ago
Brian Popow 8c9ec4f3a3 Throw exception when width or height is zero 6 years ago
Brian Popow 6545bbd77e Remove obsolete PngTextProperties from png metadata 6 years ago
Brian Popow b31eba22b3 Write gamma chunk before palette 6 years ago
Brian Popow 03547d078c Identify reads now exif data 6 years ago
Brian Popow 6f2304bf6f Identify now parses zTXt and iTXt chunks 6 years ago
Brian Popow bc223bcd0b
Change CgBI chunk name to ProprietaryApple 6 years ago
Brian Popow 67c4007d3d Additional png test cases 6 years ago
Brian Popow b394e0594e Add additional chunk types 6 years ago
Brian Popow 5415bde174 Throw exception when malformed apple png chunk is detected (#410) 6 years ago
James Jackson-South f21af37321 Add determinant check and update check location/message 6 years ago
James Jackson-South ff28048fa3 Remove inheritance 6 years ago
James Jackson-South 562b3b9f4a Check determinant and update error message. 6 years ago
James Jackson-South a8d2d1f852 Add exception docs. 6 years ago
James Jackson-South cbab62dac3 Capture and throw degenerate matrices. 6 years ago
Brian Popow 9eaeecfae9 Add tests for setting iptc value with strict option disabled 6 years ago
Scott Williams d38764dba2 remove explicit backing fields for property bags 6 years ago
Scott Williams 8738afe816 fix configuration param names 6 years ago
James Jackson-South 8a83c5e98c Cast to long and add test/guard. Fix #1167 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 7fb1612c30 Remove allocation and clean up docs 6 years ago
Scott Williams 63453cfa36 Tweek extension names 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
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
James Jackson-South 5ca6063098 Cleanup and refactor 6 years ago
Scott Williams 9df82f57ce global property store on configuration on processing context 6 years ago
James Jackson-South f8a88e446d Remove casting, skip mocks 6 years ago
James Jackson-South bbf85c1bb2 Update BufferedReadStream.cs 6 years ago
James Jackson-South 545cf7d822 BufferedReadStream WIP - MagickImage not working. 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