Simon Cropp
|
fb033fe0b6
|
remove unused variables and methods (#963)
* remove unused variables and methods
* remove some redundant variables
* remove some redundant variables
* redundant variables
* Update DrawTextOnImageTests.cs
* Minor optimizations
* cleanup
|
7 years ago |
Simon Cropp
|
edeaf7d9a6
|
redundant usings (#960)
|
7 years ago |
Anton Firsov
|
a48de6301b
|
Introduce non-generic ImageFrameCollection (#941)
* temporarily disable target frameworks
* drop DelegateProcessor
* drop IImageProcessingContext<TPixel>
* drop NamedColors<T>
* drop ColorBuilder<T>
* drop the *Base postfix for clean class hierarchies
* adding basic skeletons
* non-generic ImageFrameCollection API definition
* non-generic ImageFrameCollection tests
* cleanup + docs + more tests
* implement ImageFrameCollection methods
* tests for generic PixelOperations.To<TDest>()
* experimental implementation
* fix .ttinclude
* generate generic From<TSourcePixel>(...)
* fix RgbaVector <--> BT709 Gray pixel conversion
* Gray8 and Gray16 using ConvertFromRgbaScaledVector4() by default
* fixed all conversion tests
* ConstructGif_FromDifferentPixelTypes
* fix xmldoc and other StyelCop findings
* re-enable all target frameworks
* fix NonGenericAddFrame() and NonGenericInsertFrame()
* fix remaining bugs
|
7 years ago |
Anton Firszov
|
f455dad3f1
|
PixelConversionModifierExtensions.ApplyCompanding() + tests
|
7 years ago |
Anton Firszov
|
4a0b10080d
|
rename FromVector4(...) to FromVector4Destructive(...)
|
7 years ago |
Anton Firszov
|
37563cca01
|
Optimization: omit premultiplication for Bgr24 and Rgb24
|
7 years ago |
Anton Firszov
|
70c4e117f1
|
Inlining temporary compatibility methods (FromScaledVector4, ToScaledVector4)
|
7 years ago |
Anton Firszov
|
1a922f6e14
|
all pixel types implemented except RgbaVector
|
7 years ago |
Anton Firszov
|
d126b8591e
|
add (failing) tests from #847
|
7 years ago |
Anton Firszov
|
633c212bdd
|
add header
|
7 years ago |
Anton Firszov
|
16018e5c6a
|
refactor PixelOperationsTests
|
7 years ago |