3283 Commits (397490997fd52505188fe59810842a02bb4bcbf2)

Author SHA1 Message Date
Jason Nelson e250767506 Make ExifValue immutable 9 years ago
Jason Nelson d8b188ffc3 Make PixelTypeInfo a struct 9 years ago
Jason Nelson 7955593d92 Remove SpanHelper.Copy 9 years ago
Jason Nelson 0121e3868d Make PngHeader immutable 9 years ago
Jason Nelson 804a12e2b1 Use TryRead pattern for PngChunks 9 years ago
Jason Nelson a12c7c06d5 Make BmpFileHeader readonly 9 years ago
Jason Nelson 95af0eedd0 Use nameof 9 years ago
Jason Nelson 4dbb5704f8 Remove NotNull guaurds on structs 9 years ago
Jason Nelson 3e9484cb92 Use standard sb variable name 9 years ago
Jason Nelson dd9b1738eb Make ImageProperty a readonly struct 9 years ago
Jason Nelson 7194abe293 Omit types when infererable from the left or right hand sides 9 years ago
Jason Nelson 647f15e1b0 Annotate additional readonly structures 9 years ago
Jason Nelson b1f6af6b0d Simplify Equals override 9 years ago
James Jackson-South d70f9f892b Hide colorspace members 9 years ago
James Jackson-South 2fd13ee349 Fix logo and links 9 years ago
Jason Nelson c512b9d4bc Remove note 9 years ago
Jason Nelson 915b707fa4 Express readonly intent in Span parameters 9 years ago
Jason Nelson 997ca49679 Remove unused FetchVector helper 9 years ago
Jason Nelson 2b4d2a735d Eliminate allocation in WriteGammaChunk 9 years ago
Jason Nelson 9b06f9f477 Revert "Pass ColorSpace types by readonly ref" 9 years ago
Jason Nelson b0f5c6048a Pass ColorSpace types by readonly ref 9 years ago
Jason Nelson 4a5589ef5e Fix documentation 9 years ago
Jason Nelson 8642a9cd73 Fix build 9 years ago
Jason Nelson f8f809981c Reduce magic 9 years ago
Jason Nelson 3fb692127a Eliminate buffer allocations for integers in PngEncoderCore.WriteChunk 9 years ago
Jason Nelson 8770cc71e9 Update Checksum algorithms to use Spans 9 years ago
James Jackson-South e4c79535e8 Get transforms working 9 years ago
Jason Nelson b1228659c0 Revert "Create specialized BigEndianBinaryWriter & LittleEndianBinaryWriter classes" 9 years ago
Jason Nelson 5dacf84c5b Create specialized BigEndianBinaryWriter & LittleEndianBinaryWriter classes 9 years ago
Jason Nelson 32bd209cfc Remove string encoding concerns from BinaryReader&Writer 9 years ago
Jason Nelson 96e4a7d7d6 Replace custom BitConverter(s) with BinaryPrimitives 9 years ago
Jason Nelson 6c1ed4d2c1 Remove BitConverter from EndianBinaryWriter & add Floating point tests 9 years ago
Jason Nelson 8fe9620a68 Remove unused Write(decimal) method on EndianBinaryWriter 9 years ago
Jason Nelson 76504c040a Remove blank line for STYLECOP! 9 years ago
Jason Nelson eb732f9deb Avoid slicing spans by constructing directly from array 9 years ago
Jason Nelson 849c5961fc Don't go through SpanHelper to Copy 9 years ago
Jason Nelson bb738c359e Fix formatting & docs 9 years ago
Jason Nelson c60f7f2aa3 Revert "Remove unnesssary abstraction and validation for bools." 9 years ago
Jason Nelson 8fbb326a0f Use Span.CopyTo 9 years ago
Jason Nelson 4d6afe6d62 Remove unused ReadDecimal method (unsafe) 9 years ago
Jason Nelson 70cdb1984c Update source generators to use ReadOnlySpan 9 years ago
Jason Nelson db77dc6536 Remove BitConverter from EndianBinaryReader 9 years ago
Jason Nelson 267b6f05d0 Use BinaryPrimitives in BitConverters 9 years ago
Jason Nelson 5216e286b8 Remove unnesssary abstraction and validation for bools. 9 years ago
Jason Nelson 14f7ff8fb7 Remove ReverseBytes (replacing with faster BinaryPrimitives calls) 9 years ago
Jason Nelson fac6d07601 Improve parameters names 9 years ago
James Jackson-South d02a2eb93f Blend => DrawImage 9 years ago
Jason Nelson 6095e44ede Add source & destination gaurds 9 years ago
Jason Nelson b44625e9d1 Use ReadOnlySpans and BinaryPrimitives 9 years ago
Dirk Lemstra 90e02373c7 Corrected implementation of PorterDuffFunctions. 9 years ago