Brian Popow
|
fa6401c011
|
Change tiff namespace to SixLabors.ImageSharp.Formats.Tiff;
|
5 years ago |
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 |
Brian Popow
|
0915c799d3
|
A little cleanup:
- Fix some warnings
- Remove not necessary usings
- Fix some naming violations
|
5 years ago |
Brian Popow
|
57fe8ea703
|
Change tiff namespace to SixLabors.ImageSharp.Formats.Experimental.Tiff
|
5 years ago |
Brian Popow
|
6851e4bd74
|
Fix warnings
|
5 years ago |
James Jackson-South
|
9ab1200f4c
|
Revert "Try System.Drawing BMP Decoder everywhere."
This reverts commit 94ba508fd7.
|
5 years ago |
James Jackson-South
|
c15a552f9a
|
Try System.Drawing BMP Decoder everywhere.
|
5 years ago |
Ildar Khayrutdinov
|
25a8203bc0
|
Add Tiff to configurations.
Implement simple unit-tests for Tiff decoder, add test files.
Add benchmarks.
Report decoder bugs.
|
7 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 |
Brian Popow
|
3b48dc39dc
|
Add tga decoder tests
|
6 years ago |
James Jackson-South
|
b8656bf405
|
Use S.D in Windows.
|
7 years ago |
James Jackson-South
|
076d38754e
|
Use MagickReferenceDecoder for bmp.
|
7 years ago |
James Jackson-South
|
dc4ec30a14
|
Strong type meta query + format singletons
|
8 years ago |
Anton Firszov
|
416bae672b
|
do not register SystemDrawing reference encoders on linux
|
8 years ago |
Anton Firszov
|
ce0dd48131
|
keep using SystemDrawingReferenceDecoder for Bmp-s
|
8 years ago |
Anton Firszov
|
507b2f8554
|
using MagickReferenceDecoder everywhere, added ReferenceDecoderBenchmarks
|
8 years ago |
James Jackson-South
|
a8bd6580a2
|
Use SD, Better conversion and cleanup SD Bridge.
|
8 years ago |
James Jackson-South
|
397490997f
|
Add 16bit decoder tests.
|
8 years ago |
Jason Nelson
|
00a0451e21
|
Allow leading period in FindFormatByFileExtension
|
8 years ago |
Vicente Penades
|
1f2b2b8a7a
|
removed ImageFormat redirect methods from Configuration.
|
8 years ago |
Anton Firszov
|
931827fdeb
|
bringing back life into Benchmarks project
|
9 years ago |