2953 Commits (30007d92caed276c0307477cdeee9f13f22ccbb7)

Author SHA1 Message Date
Jason Nelson 30007d92ca Remove empty lines and unused using statements 8 years ago
Jason Nelson b9732d4971 Optimize png format detection 8 years ago
Jason Nelson 03b22097e6 Move the png header to constants 8 years ago
Jason Nelson 77cf9e0c9e Update PngChunkType values to hex 8 years ago
Jason Nelson e8f76ac56a Remove PngChunkTypeNames 8 years ago
James Jackson-South 1e4b61db52 Ensure pixel is assigned and add encoded comparison and 8 years ago
Jason Nelson 8cad2aa2ef Remove the intBuffer from PngEncoder 8 years ago
Jason Nelson e509638313 Cleanup 8 years ago
Jason Nelson 0e2a9cf1ab Eliminate string allocations for PngChunkType 8 years ago
Jason Nelson 4a023f0666 Use new AsSpan overloads 8 years ago
Jason Nelson 701e1e8346 Don't perform the CRC check on non-critical chunks 8 years ago
James Jackson-South 6b384be56d Remove unused field 8 years ago
James Jackson-South bf10401012 Use Unsafe.As per recommendation 8 years ago
Jason Nelson 76568a7093 Make PngChunk an immutable struct 8 years ago
James Jackson-South 1b86e7ef3a Improve encoder perf 8 years ago
James Jackson-South 4fea40ddfc Remove unused namespace 8 years ago
Jason Nelson 70abc75bbf Gaurd agaisnt null data when adding a new ImageFrame from data 8 years ago
James Jackson-South c43957951b Faster decoding 8 years ago
Jason Nelson 5d8eb04931 Update all projects to use C# 7.2 8 years ago
Jason Nelson 4591f9e0c3 Update System.Memory to preview2 8 years ago
James Jackson-South 18f40c2fe6 Use PixelOperations 8 years ago
Jason Nelson 8caae134e2 Fix typo 8 years ago
Jason Nelson a119bbc112 Change InvalidTags to ReadOnlyList & pin pointer. 8 years ago
James Jackson-South a42f0076da Add bulk scaled pixel operations methods 8 years ago
Jason Nelson 5dfbc50b81 Remove leading space 8 years ago
Jason Nelson 26e678282f Make LongRational immutable 8 years ago
Jason Nelson 9b1cd6dbb6 Add and utilize TryGetValue on ExifProfile 8 years ago
James Jackson-South aa6effd52a Formatting 8 years ago
James Jackson-South 5b787effbf Cleanup 8 years ago
Jason Nelson 2f5c85d967 First pass on ExifWriter spanification 8 years ago
Jason Nelson 56b5c53af4 Breakout ExifTags from ExifWriter 8 years ago
Jason Nelson 970ed81b03 Improve overrun handling, variable names, and validate data on construction 8 years ago
Jason Nelson 652a4dd0a0 Set ExifDataType values explictly (to spec) 8 years ago
James Jackson-South f4a528f413 Simplify CloneAs() 8 years ago
James Jackson-South 7e058dd515 Add per-pixel scaled vector packing 8 years ago
Jason Nelson 9d262f161d Eliminate two more allocations 8 years ago
Jason Nelson 989dbce68d Qualify access 8 years ago
Anton Firszov 7d53c382c9 update external dependencies + fix RectangularPolygon usages 8 years ago
Jason Nelson 50539397f0 Make InvalidTags & Values tags readonly 8 years ago
Jason Nelson 8ab807ea12 Eliminate intermediate buffer allocations when reading Exif tags 8 years ago
Jason Nelson f17700f159 Revert "Make PixelTypeInfo a struct" 8 years ago
Jason Nelson 7b7ad175c7 Address STYLECOP violations, round 2. 8 years ago
Jason Nelson bd15304c7c Make STYLECOP happy 8 years ago
Jason Nelson 876069f337 Remove unused using statements 8 years ago
Jason Nelson a886826a0b Remove trailing lines and commas 8 years ago
Jason Nelson 52b16a32be Make ExifValue immutable 8 years ago
Jason Nelson 9269aac086 Make PixelTypeInfo a struct 8 years ago
Jason Nelson ae133c6ac4 Remove SpanHelper.Copy 8 years ago
Jason Nelson 4f2c3fe601 Make PngHeader immutable 8 years ago
Jason Nelson 032a7b48b7 Use TryRead pattern for PngChunks 8 years ago