2891 Commits (cb43d04d9ee39bf2d834a6da6e15a1f3f8b84d16)

Author SHA1 Message Date
Anton Firszov 29d6291fd6 update external dependencies + fix RectangularPolygon usages 8 years ago
James Jackson-South d70f9f892b Hide colorspace members 8 years ago
James Jackson-South 2fd13ee349 Fix logo and links 8 years ago
Jason Nelson c512b9d4bc Remove note 8 years ago
Jason Nelson 915b707fa4 Express readonly intent in Span parameters 8 years ago
Jason Nelson 997ca49679 Remove unused FetchVector helper 8 years ago
Jason Nelson 2b4d2a735d Eliminate allocation in WriteGammaChunk 8 years ago
Jason Nelson 9b06f9f477 Revert "Pass ColorSpace types by readonly ref" 8 years ago
Jason Nelson b0f5c6048a Pass ColorSpace types by readonly ref 8 years ago
Jason Nelson 4a5589ef5e Fix documentation 8 years ago
Jason Nelson 8642a9cd73 Fix build 8 years ago
Jason Nelson f8f809981c Reduce magic 8 years ago
Jason Nelson 3fb692127a Eliminate buffer allocations for integers in PngEncoderCore.WriteChunk 8 years ago
Jason Nelson 8770cc71e9 Update Checksum algorithms to use Spans 8 years ago
Jason Nelson b1228659c0 Revert "Create specialized BigEndianBinaryWriter & LittleEndianBinaryWriter classes" 8 years ago
Jason Nelson 5dacf84c5b Create specialized BigEndianBinaryWriter & LittleEndianBinaryWriter classes 8 years ago
Jason Nelson 32bd209cfc Remove string encoding concerns from BinaryReader&Writer 8 years ago
Jason Nelson 96e4a7d7d6 Replace custom BitConverter(s) with BinaryPrimitives 8 years ago
Jason Nelson 6c1ed4d2c1 Remove BitConverter from EndianBinaryWriter & add Floating point tests 8 years ago
Jason Nelson 8fe9620a68 Remove unused Write(decimal) method on EndianBinaryWriter 8 years ago
Jason Nelson 76504c040a Remove blank line for STYLECOP! 8 years ago
Jason Nelson eb732f9deb Avoid slicing spans by constructing directly from array 8 years ago
Jason Nelson 849c5961fc Don't go through SpanHelper to Copy 8 years ago
Jason Nelson bb738c359e Fix formatting & docs 8 years ago
Jason Nelson c60f7f2aa3 Revert "Remove unnesssary abstraction and validation for bools." 8 years ago
Jason Nelson 8fbb326a0f Use Span.CopyTo 8 years ago
Jason Nelson 4d6afe6d62 Remove unused ReadDecimal method (unsafe) 8 years ago
Jason Nelson 70cdb1984c Update source generators to use ReadOnlySpan 8 years ago
Jason Nelson db77dc6536 Remove BitConverter from EndianBinaryReader 8 years ago
Jason Nelson 267b6f05d0 Use BinaryPrimitives in BitConverters 8 years ago
Jason Nelson 5216e286b8 Remove unnesssary abstraction and validation for bools. 8 years ago
Jason Nelson 14f7ff8fb7 Remove ReverseBytes (replacing with faster BinaryPrimitives calls) 8 years ago
Jason Nelson fac6d07601 Improve parameters names 8 years ago
James Jackson-South d02a2eb93f Blend => DrawImage 8 years ago
Jason Nelson 6095e44ede Add source & destination gaurds 8 years ago
Jason Nelson b44625e9d1 Use ReadOnlySpans and BinaryPrimitives 8 years ago
Dirk Lemstra 90e02373c7 Corrected implementation of PorterDuffFunctions. 8 years ago
James Jackson-South 99225bc589 Add basic comparision tests 8 years ago
James Jackson-South 82d5bc8640 Fix spelling 8 years ago
James Jackson-South 7f197d9c10 Fix non-nearest-neighbour resize for multi-frame-images 8 years ago
James Jackson-South 4725586b24 Add params 8 years ago
James Jackson-South f53097a6cf Move GraphicsOptions parameter 8 years ago
James Jackson-South dccdc1d181 Rename types 8 years ago
James Jackson-South 0e11ffa3d9 Add moar xml doc details. 8 years ago
James Jackson-South 9f078c818c Establish naming convention + move missed primitives 8 years ago
James Jackson-South a7f2bd9792 Drop Dither property from interface, rename diffuser. 8 years ago
James Jackson-South 69516e110b Use non-generic IQuantizer for image formats 8 years ago
James Jackson-South 6ec2a26982 Overlays => Drawing 8 years ago
James Jackson-South 3d8f9c23e9 Move Bounds/Size to IImageInfo extension methods 8 years ago
James Jackson-South b6bafd0827 Move Rgba32 inline with other pixel formats 8 years ago