PhotoSauce.MagicScaler 0.15.0
PhotoSauce.MagicScaler
MagicScaler is a high-performance image processing pipeline for .NET, focused on making complex imaging tasks simple.
It implements best-of-breed algorithms, linear light processing, and sharpening for the best image resizing quality available.
Speed and efficiency are unmatched by anything else on the .NET platform.
Requirements
MagicScaler runs on Windows and Linux.
Linux hosting requires one or more of the cross-platform codec plugins available on nuget.org. Most common image formats are supported. Notable exceptions are support for BMP and TIFF images.
Usage
Image Resizing
MagicImageProcessor.ProcessImage(@"\img\big.jpg", @"\img\small.jpg", new ProcessImageSettings { Width = 400 });
The above example will resize big.jpg
to a width of 400 pixels and save the output to small.jpg
. The height will be set automatically to preserve the correct aspect ratio. Default settings are optimized for a balance of speed and image quality.
The MagicScaler pipleline is also customizable if you wish to use an alternate pixel source, capture the output pixels for additional processing, or add custom filtering.
See the full documentation for more details.
No packages depend on PhotoSauce.MagicScaler.
.NET Framework 4.6.2
- IndexRange (>= 1.0.3)
- System.ValueTuple (>= 4.5.0)
- System.Runtime.InteropServices.RuntimeInformation (>= 4.3.0)
- System.Runtime.CompilerServices.Unsafe (>= 6.1.0)
- System.Numerics.Vectors (>= 4.6.0)
- System.Memory (>= 4.6.0)
- System.Buffers (>= 4.6.0)
.NET Standard 2.1
- System.Runtime.CompilerServices.Unsafe (>= 6.1.0)
.NET Standard 2.0
- System.Runtime.CompilerServices.Unsafe (>= 6.1.0)
- System.Numerics.Vectors (>= 4.6.0)
- System.Memory (>= 4.6.0)
- System.Buffers (>= 4.6.0)
- IndexRange (>= 1.0.3)
.NET Framework 4.7.2
- System.Runtime.CompilerServices.Unsafe (>= 6.1.0)
- System.Numerics.Vectors (>= 4.6.0)
- System.Buffers (>= 4.6.0)
- IndexRange (>= 1.0.3)
- System.Memory (>= 4.6.0)
.NET 8.0
- No dependencies.
Version | Downloads | Last updated |
---|---|---|
0.15.0 | 10 | 01/19/2025 |
0.14.2 | 10 | 10/09/2024 |
0.14.1 | 7 | 10/09/2024 |
0.14.0 | 7 | 10/09/2024 |
0.13.2 | 10 | 10/09/2024 |
0.13.1 | 10 | 10/09/2024 |
0.13.0 | 7 | 10/09/2024 |
0.12.2 | 10 | 10/09/2024 |
0.12.1 | 7 | 10/09/2024 |
0.12.0 | 7 | 10/09/2024 |
0.11.2 | 10 | 10/09/2024 |
0.11.1 | 10 | 10/09/2024 |
0.11.0 | 7 | 10/09/2024 |
0.10.3 | 8 | 02/05/2022 |
0.10.2 | 10 | 10/09/2024 |
0.10.1 | 9 | 12/10/2021 |
0.9.1 | 10 | 10/09/2024 |
0.9.0 | 7 | 10/09/2024 |
0.8.4 | 7 | 10/09/2024 |
0.8.3 | 8 | 10/09/2024 |
0.8.2 | 7 | 10/09/2024 |
0.8.1 | 10 | 10/09/2024 |
0.8.0 | 8 | 10/09/2024 |
0.7.1 | 10 | 10/09/2024 |
0.7.0 | 10 | 10/09/2024 |
0.6.1 | 7 | 10/09/2024 |
0.5.0 | 7 | 10/09/2024 |