📷 A modern, cross-platform, 2D Graphics library for .NET
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Sergio Pedri
f25c68304d
Processors refactoring (#983)
* Added new properties to ImageProcessor<TPixel>
* Fixed constructors for convolution processors
* Fixed constructors for binarization processors
* Fixed constructor for dithering processor
* Fixed constructors for effects processors
* Fixed constructor for filter processor
* Fixed constructor for normalization processor
* Fixed constructors for overlay processors
* Fixed constructor for quantization processor
* Fixed constructors for transforms processors
* Updated CreatePixelSpecificProcessor<TPixel> definition
* Fixed convolution processors creation
* Fixed leftover dithering processor constructor
* Fixed another leftover dithering processor constructor
* Fixed dithering processors creation
* Fixed effects processors creation
* Fixed filters processor
* Fixed normalization processors creation
* Fixed overlays processors creation
* Fixed quantizer processor creation
* Fixed constructors for some remaining processors
* Fixed transform processors creation
* ImageProcessor class refactored
* Renamed some parameters
* Convolution processors refactored
* Refactored filters and dithering processors
* Refactored normalization processors
* Overlays processors refactored
* Renamed some parameters
* CloningImageProcessor class refactored
* Transforms processors refactored
* Updated DefaultImageProcessingContext class
* Src builds, tests still require updating.
* Fix tests
* Removed unnecessary local variable
|
7 years ago |
| .. |
|
Binarization
|
redundant usings (#960)
|
7 years ago |
|
Convolution
|
redundant usings (#960)
|
7 years ago |
|
Dithering
|
Cleanup (#965)
|
7 years ago |
|
Effects
|
redundant usings (#960)
|
7 years ago |
|
Filters
|
remove unused variables and methods (#963)
|
7 years ago |
|
Normalization
|
use var where apparent (#972)
|
7 years ago |
|
Overlays
|
redundant usings (#960)
|
7 years ago |
|
Processors
|
Processors refactoring (#983)
|
7 years ago |
|
Transforms
|
fix some spelling (#962)
|
7 years ago |