![]() |
VOOZH | about |
dotnet add package PhotoSauce.MagicScaler --version 0.15.0
NuGet\Install-Package PhotoSauce.MagicScaler -Version 0.15.0
<PackageReference Include="PhotoSauce.MagicScaler" Version="0.15.0" />
<PackageVersion Include="PhotoSauce.MagicScaler" Version="0.15.0" />Directory.Packages.props
<PackageReference Include="PhotoSauce.MagicScaler" />Project file
paket add PhotoSauce.MagicScaler --version 0.15.0
#r "nuget: PhotoSauce.MagicScaler, 0.15.0"
#:package PhotoSauce.MagicScaler@0.15.0
#addin nuget:?package=PhotoSauce.MagicScaler&version=0.15.0Install as a Cake Addin
#tool nuget:?package=PhotoSauce.MagicScaler&version=0.15.0Install as a Cake Tool
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.
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.
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.
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net5.0 net5.0 was computed. net5.0-windows net5.0-windows was computed. net6.0 net6.0 was computed. net6.0-android net6.0-android was computed. net6.0-ios net6.0-ios was computed. net6.0-maccatalyst net6.0-maccatalyst was computed. net6.0-macos net6.0-macos was computed. net6.0-tvos net6.0-tvos was computed. net6.0-windows net6.0-windows was computed. net7.0 net7.0 was computed. net7.0-android net7.0-android was computed. net7.0-ios net7.0-ios was computed. net7.0-maccatalyst net7.0-maccatalyst was computed. net7.0-macos net7.0-macos was computed. net7.0-tvos net7.0-tvos was computed. net7.0-windows net7.0-windows was computed. net8.0 net8.0 is compatible. net8.0-android net8.0-android was computed. net8.0-browser net8.0-browser was computed. net8.0-ios net8.0-ios was computed. net8.0-maccatalyst net8.0-maccatalyst was computed. net8.0-macos net8.0-macos was computed. net8.0-tvos net8.0-tvos was computed. net8.0-windows net8.0-windows was computed. net9.0 net9.0 was computed. net9.0-android net9.0-android was computed. net9.0-browser net9.0-browser was computed. net9.0-ios net9.0-ios was computed. net9.0-maccatalyst net9.0-maccatalyst was computed. net9.0-macos net9.0-macos was computed. net9.0-tvos net9.0-tvos was computed. net9.0-windows net9.0-windows was computed. net10.0 net10.0 was computed. net10.0-android net10.0-android was computed. net10.0-browser net10.0-browser was computed. net10.0-ios net10.0-ios was computed. net10.0-maccatalyst net10.0-maccatalyst was computed. net10.0-macos net10.0-macos was computed. net10.0-tvos net10.0-tvos was computed. net10.0-windows net10.0-windows was computed. |
| .NET Core | netcoreapp2.0 netcoreapp2.0 was computed. netcoreapp2.1 netcoreapp2.1 was computed. netcoreapp2.2 netcoreapp2.2 was computed. netcoreapp3.0 netcoreapp3.0 is compatible. netcoreapp3.1 netcoreapp3.1 was computed. |
| .NET Standard | netstandard2.0 netstandard2.0 is compatible. netstandard2.1 netstandard2.1 is compatible. |
| .NET Framework | net461 net461 was computed. net462 net462 is compatible. net463 net463 was computed. net47 net47 was computed. net471 net471 was computed. net472 net472 is compatible. net48 net48 was computed. net481 net481 was computed. |
| MonoAndroid | monoandroid monoandroid was computed. |
| MonoMac | monomac monomac was computed. |
| MonoTouch | monotouch monotouch was computed. |
| Tizen | tizen40 tizen40 was computed. tizen60 tizen60 was computed. |
| Xamarin.iOS | xamarinios xamarinios was computed. |
| Xamarin.Mac | xamarinmac xamarinmac was computed. |
| Xamarin.TVOS | xamarintvos xamarintvos was computed. |
| Xamarin.WatchOS | xamarinwatchos xamarinwatchos was computed. |
Showing the top 5 NuGet packages that depend on PhotoSauce.MagicScaler:
| Package | Downloads |
|---|---|
|
PhotoSauce.NativeCodecs.Libjpeg
JPEG codec plugin for the PhotoSauce.MagicScaler pipeline. |
|
|
PhotoSauce.NativeCodecs.Libpng
PNG codec plugin for the PhotoSauce.MagicScaler pipeline. |
|
|
PhotoSauce.NativeCodecs.Libwebp
WebP codec plugin for the PhotoSauce.MagicScaler pipeline. |
|
|
PhotoSauce.NativeCodecs.Giflib
GIF codec plugin for the PhotoSauce.MagicScaler pipeline. |
|
|
PhotoSauce.NativeCodecs.Libheif
HEIC and AVIF codec plugin for the PhotoSauce.MagicScaler pipeline. |
Showing the top 11 popular GitHub repositories that depend on PhotoSauce.MagicScaler:
| Repository | Stars |
|---|---|
|
Devolutions/UniGetUI
UniGetUI: The Graphical Interface for your package managers. Could be terribly described as a package manager manager to manage your package managers
|
|
|
d2phap/ImageGlass
🏞 A fast, open-source, modern image viewer for 90+ formats – including WEBP, GIF, SVG, AVIF, JXL, HEIC and more – built for smooth browsing across Windows, macOS, and Linux.
|
|
|
JosefNemec/Playnite
Video game library manager with support for wide range of 3rd party libraries and game emulation support, providing one unified interface for your games.
|
|
|
SixLabors/ImageSharp
:camera: A modern, cross-platform, 2D Graphics library for .NET
|
|
|
CollapseLauncher/Collapse
An Advanced Launcher for miHoYo/HoYoverse Games
|
|
|
neelabo/NeeView
An image viewer that allows you to browse images in folders and compressed files like a book. Powerful customization is available.
|
|
|
omeryanar/FileExplorer
Windows File Explorer alternative with tab browsing
|
|
|
riyasy/FlyPhotos
A blazing fast ultra-light photo viewer replacement for Windows. Works similar to Picasa Photo Viewer.
|
|
|
AntonyCorbett/OnlyM
Simple Media Player (audio, video and images) for use in meetings.
|
|
|
drizzle-mizzle/Character-Engine-Discord
(not yet very) Ultimate LLMs aggregator right in your Discord server
|
|
|
mlaily/MovieBarCodeGenerator
User friendly tool to create your own movie barcodes
|
| Version | Downloads | Last Updated |
|---|---|---|
| 0.15.0 | 1,199,522 | 12/5/2024 |
| 0.14.2 | 355,985 | 3/6/2024 |
| 0.14.1 | 1,490 | 3/6/2024 |
| 0.14.0 | 101,321 | 10/12/2023 |
| 0.13.2 | 148,113 | 11/8/2022 |
| 0.13.1 | 14,622 | 8/11/2022 |
| 0.13.0 | 42,666 | 4/18/2022 |
| 0.12.2 | 70,083 | 10/3/2021 |
| 0.12.1 | 49,578 | 5/11/2021 |
| 0.12.0 | 7,410 | 4/11/2021 |
| 0.11.2 | 144,404 | 11/4/2020 |
| 0.11.1 | 93,467 | 6/18/2020 |
| 0.11.0 | 9,904 | 6/10/2020 |
| 0.10.3 | 85,436 | 3/12/2020 |
| 0.10.2 | 34,806 | 2/22/2020 |
| 0.10.1 | 23,499 | 1/8/2020 |
| 0.9.1 | 127,191 | 9/4/2018 |
| 0.9.0 | 4,424 | 8/16/2018 |
| 0.8.4 | 28,683 | 1/17/2018 |
See https://github.com/saucecontrol/PhotoSauce/releases for release-specific notes.