2871 Commits (8ca4ef99373076a644f43bd7104d2b07809b8a6e)

Author SHA1 Message Date
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
James Jackson-South 563077d87d Combine drawing methods to new Overlays namespace. 8 years ago
James Jackson-South 4573913520 Move drawing files into structured folders 8 years ago
James Jackson-South 8bda02579f Refactor Image, ImageFrame + IImage 8 years ago
James Jackson-South aca8636bfd Normalize predefined group naming. 8 years ago
James Jackson-South c93c3c7a71 Complete Quantization and Dithering 8 years ago
James Jackson-South 4bc09cf794 Quantizer 8 years ago
James Jackson-South fe64365532 Transforms 8 years ago
James Jackson-South 091cb8a3b5 Overlays and base processors 8 years ago
James Jackson-South 22ee2bb1a4 Replace Fast2DArray with DenseMatrix 8 years ago
James Jackson-South 13fa40874e Binarization, Convolution, DIthering, Effects & Filters 8 years ago
Anton Firszov 0fc9002dcc sanitize MCU processing code 8 years ago
Vicente Penades 1f2b2b8a7a removed ImageFormat redirect methods from Configuration. 8 years ago
Vicente Penades ce62a947d9 replaced Configuration copy constructor with a ShallowCopy method. 8 years ago
James Jackson-South 1ce9342d22 Check and ensure no error 8 years ago
James Jackson-South 37d8c47923 Can now read padded RSTn markers. Fix #481 8 years ago
Vicente Penades 2cb62b84d9 whitespaces removed 8 years ago
Vicente Penades 53f40b0f39 added missing property in copy constructor. 8 years ago
James Jackson-South 450a85387c Remove unneeded overload. 8 years ago
Vicente Penades 7e8e78070f Added a convenience copy constructor. 8 years ago