2917 Commits (9b1cd6dbb6b662ecfbbabe8a102b237dee83de25)

Author SHA1 Message Date
Jason Nelson 9b1cd6dbb6 Add and utilize TryGetValue on ExifProfile 8 years ago
Jason Nelson 2f5c85d967 First pass on ExifWriter spanification 9 years ago
Jason Nelson 56b5c53af4 Breakout ExifTags from ExifWriter 9 years ago
Jason Nelson 970ed81b03 Improve overrun handling, variable names, and validate data on construction 9 years ago
Jason Nelson 652a4dd0a0 Set ExifDataType values explictly (to spec) 9 years ago
Jason Nelson 9d262f161d Eliminate two more allocations 9 years ago
Jason Nelson 989dbce68d Qualify access 9 years ago
Jason Nelson 50539397f0 Make InvalidTags & Values tags readonly 9 years ago
Jason Nelson 8ab807ea12 Eliminate intermediate buffer allocations when reading Exif tags 9 years ago
Jason Nelson f17700f159 Revert "Make PixelTypeInfo a struct" 9 years ago
Jason Nelson 7b7ad175c7 Address STYLECOP violations, round 2. 9 years ago
Jason Nelson bd15304c7c Make STYLECOP happy 9 years ago
Jason Nelson 876069f337 Remove unused using statements 9 years ago
Jason Nelson a886826a0b Remove trailing lines and commas 9 years ago
Jason Nelson 52b16a32be Make ExifValue immutable 9 years ago
Jason Nelson 9269aac086 Make PixelTypeInfo a struct 9 years ago
Jason Nelson ae133c6ac4 Remove SpanHelper.Copy 9 years ago
Jason Nelson 4f2c3fe601 Make PngHeader immutable 9 years ago
Jason Nelson 032a7b48b7 Use TryRead pattern for PngChunks 9 years ago
Jason Nelson 345b693838 Make BmpFileHeader readonly 9 years ago
Jason Nelson 59e2023809 Use nameof 9 years ago
Jason Nelson 06728ed3f7 Remove NotNull guaurds on structs 9 years ago
Jason Nelson b00bd3eb4f Use standard sb variable name 9 years ago
Jason Nelson 6da8638246 Make ImageProperty a readonly struct 9 years ago
Jason Nelson 5c0b92daca Omit types when infererable from the left or right hand sides 9 years ago
Jason Nelson 97d39ae67f Annotate additional readonly structures 9 years ago
Jason Nelson 7f57adb48c Simplify Equals override 9 years ago
James Jackson-South 9b9cda6a8b Hide colorspace members 9 years ago
James Jackson-South a0e219f9da Fix logo and links 9 years ago
Jason Nelson a81e936511 Remove note 9 years ago
Jason Nelson cc55f039b7 Express readonly intent in Span parameters 9 years ago
Jason Nelson 5e8802c362 Remove unused FetchVector helper 9 years ago
Jason Nelson 1713343878 Eliminate allocation in WriteGammaChunk 9 years ago
Jason Nelson f597e8f96d Revert "Pass ColorSpace types by readonly ref" 9 years ago
Jason Nelson f7d8e706f1 Pass ColorSpace types by readonly ref 9 years ago
Jason Nelson 41efcc78c7 Fix documentation 9 years ago
Jason Nelson 0eee6735ab Fix build 9 years ago
Jason Nelson 0b6754b478 Reduce magic 9 years ago
Jason Nelson 52298fe072 Eliminate buffer allocations for integers in PngEncoderCore.WriteChunk 9 years ago
Jason Nelson 5e0bf0f3c4 Update Checksum algorithms to use Spans 9 years ago
Jason Nelson be4b0246eb Revert "Create specialized BigEndianBinaryWriter & LittleEndianBinaryWriter classes" 9 years ago
Jason Nelson 0a88cde8e6 Create specialized BigEndianBinaryWriter & LittleEndianBinaryWriter classes 9 years ago
Jason Nelson 76294ed044 Remove string encoding concerns from BinaryReader&Writer 9 years ago
Jason Nelson 0d508fcb8c Replace custom BitConverter(s) with BinaryPrimitives 9 years ago
Jason Nelson dc69e59458 Remove BitConverter from EndianBinaryWriter & add Floating point tests 9 years ago
Jason Nelson 53d47e4c38 Remove unused Write(decimal) method on EndianBinaryWriter 9 years ago
Jason Nelson 0aa0a8256b Remove blank line for STYLECOP! 9 years ago
Jason Nelson 7b4cbb195c Avoid slicing spans by constructing directly from array 9 years ago
Jason Nelson 092282ed13 Don't go through SpanHelper to Copy 9 years ago
Jason Nelson 3d519bba34 Fix formatting & docs 9 years ago