3181 Commits (dc22c1fbf7daf69ef2bc93600b8dd8daaa0d5a0e)

Author SHA1 Message Date
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
James Jackson-South 99225bc589 Add basic comparision tests 9 years ago
James Jackson-South 82d5bc8640 Fix spelling 9 years ago
James Jackson-South 7f197d9c10 Fix non-nearest-neighbour resize for multi-frame-images 9 years ago
James Jackson-South 4725586b24 Add params 9 years ago
James Jackson-South f53097a6cf Move GraphicsOptions parameter 9 years ago
James Jackson-South dccdc1d181 Rename types 9 years ago
James Jackson-South 0e11ffa3d9 Add moar xml doc details. 9 years ago
James Jackson-South 9f078c818c Establish naming convention + move missed primitives 9 years ago
James Jackson-South a7f2bd9792 Drop Dither property from interface, rename diffuser. 9 years ago
James Jackson-South 69516e110b Use non-generic IQuantizer for image formats 9 years ago
James Jackson-South 6ec2a26982 Overlays => Drawing 9 years ago
James Jackson-South 3d8f9c23e9 Move Bounds/Size to IImageInfo extension methods 9 years ago
James Jackson-South b6bafd0827 Move Rgba32 inline with other pixel formats 9 years ago
James Jackson-South 563077d87d Combine drawing methods to new Overlays namespace. 9 years ago
James Jackson-South 4573913520 Move drawing files into structured folders 9 years ago
James Jackson-South 8bda02579f Refactor Image, ImageFrame + IImage 9 years ago
James Jackson-South aca8636bfd Normalize predefined group naming. 9 years ago
James Jackson-South c93c3c7a71 Complete Quantization and Dithering 9 years ago
James Jackson-South 4bc09cf794 Quantizer 9 years ago
James Jackson-South fe64365532 Transforms 9 years ago
James Jackson-South 091cb8a3b5 Overlays and base processors 9 years ago
James Jackson-South 22ee2bb1a4 Replace Fast2DArray with DenseMatrix 9 years ago
James Jackson-South 13fa40874e Binarization, Convolution, DIthering, Effects & Filters 9 years ago
Anton Firszov 0fc9002dcc sanitize MCU processing code 9 years ago
Vicente Penades 1f2b2b8a7a removed ImageFormat redirect methods from Configuration. 9 years ago
Vicente Penades ce62a947d9 replaced Configuration copy constructor with a ShallowCopy method. 9 years ago
James Jackson-South 1ce9342d22 Check and ensure no error 9 years ago