Brian Popow
|
074d1a6a12
|
Add xunit trait attributes to tests
|
6 years ago |
James Jackson-South
|
0f950a1e50
|
Implement new optimized 4 channel shuffle methods.
|
6 years ago |
James Jackson-South
|
874115bd0a
|
Update license
|
6 years ago |
James Jackson-South
|
6183dd8c13
|
Update source license info.
|
6 years ago |
Brian Popow
|
7b052c8076
|
Fix stylecop warnings in the test project
|
6 years ago |
Anton Firsov
|
96c3bbff79
|
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
|
437d080180
|
refactor Vector4 implementation code from PixelOperation<T> to Vector4Converters
|
8 years ago |
Anton Firszov
|
eaa5a9779c
|
Rgba32 <-> Argb32 <-> Bgra32
|
8 years ago |
Anton Firszov
|
ff757fb733
|
bitwise conversion + benchmarks WIP
|
8 years ago |