📷 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.
James Jackson-South
dc0982f186
Faster Linear Transforms (#1591)
* Attempt to use same weight generation algorithm as resize.
* tests pass
* Identical output
* Update LinearTransformKernelFactory{TResampler}.cs
* Use new low allocation iterator
* Migrate projective transforms.
* Optimizations
* Smaller kernel
* Fix sampling accuracy
* Finalize and update refs
* Revert unnecessary changes
* Remove enumerator
* Actually save output for debugging.
* Use custom test png encoder for reduced memory environments
* Convolution should use scaled vectors
* Update TestEnvironmentTests.cs
* Try using doubles
* Moar double precision
* Fix radius calculation
* Test if issue is SIMD related.
* Detect runtime to determine pipeline.
* Fix stack overflow
* fix condition
* Try simplified scalar run
* Simplify unpremultiply scalar
* Update Numerics.cs
* Fix runtime environment
* Update ImageSharp.csproj
* Duplicate the caller with scalar versions
* Update method name, exclude from coverage.
* Don't save output during coverage tests for perf.
* Update src/ImageSharp/Common/Helpers/RuntimeEnvironment.cs
Co-authored-by: Anton Firszov <antonfir@gmail.com>
Co-authored-by: Anton Firszov <antonfir@gmail.com>
|
5 years ago |
| .. |
|
LoadTestInput
|
Add output reference images
|
5 years ago |
|
ReferenceOutput
|
Faster Linear Transforms (#1591)
|
5 years ago |
|
tools
|
Add output reference images
|
5 years ago |
|
README.md
|
Add output reference images
|
5 years ago |
ReferenceOutput
Contains images to validate against in ImageSharp tests. In most cases the file hierarchy follows the hierarchy of ActualOutput
tools
Various utilities to help dealing with images.
optipng.exe: lossless PNG compressor, to keep the ReferenceImages folder as small as possible
optimize-all.cmd: Runs lossless optimizer for reference PNG-s. Currently it has to be manually edited to add new test class directories.
dump-jpeg-coeffs.exe