James Jackson-South
|
874115bd0a
|
Update license
|
6 years ago |
James Jackson-South
|
6183dd8c13
|
Update source license info.
|
6 years ago |
James Jackson-South
|
a61baf27e9
|
Improve accessability of Span<T> methods. Fixes #1164
|
6 years ago |
James Jackson-South
|
893ae087c6
|
Fix module, import configs, automate T4 builds
|
6 years ago |
Sergio Pedri
|
94c4660d10
|
Switched pixel format type constraint to unmanaged
|
6 years ago |
James Jackson-South
|
ba329d3bdd
|
Delete Rgba32 named colors
|
6 years ago |
James Jackson-South
|
8cd722cfc5
|
Revert `using` declaration changes for until we establish guidelines.
|
6 years ago |
Brian Popow
|
51230a776f
|
Change WithTestPatternImageAttribute to WithTestPatternImagesAttribute
|
6 years ago |
Brian Popow
|
f60bc937de
|
Use using declarations to reduce nesting
|
6 years ago |
Brian Popow
|
7b052c8076
|
Fix stylecop warnings in the test project
|
6 years ago |
Simon Cropp
|
30804cfefd
|
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
|
c2555b6199
|
fix some spelling (#962)
|
7 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 |