PhotoSauce.NativeCodecs.Libwebp
1.3.2-preview3
Prefix Reserved
dotnet add package PhotoSauce.NativeCodecs.Libwebp --version 1.3.2-preview3
NuGet\Install-Package PhotoSauce.NativeCodecs.Libwebp -Version 1.3.2-preview3
<PackageReference Include="PhotoSauce.NativeCodecs.Libwebp" Version="1.3.2-preview3" />
paket add PhotoSauce.NativeCodecs.Libwebp --version 1.3.2-preview3
#r "nuget: PhotoSauce.NativeCodecs.Libwebp, 1.3.2-preview3"
// Install PhotoSauce.NativeCodecs.Libwebp as a Cake Addin #addin nuget:?package=PhotoSauce.NativeCodecs.Libwebp&version=1.3.2-preview3&prerelease // Install PhotoSauce.NativeCodecs.Libwebp as a Cake Tool #tool nuget:?package=PhotoSauce.NativeCodecs.Libwebp&version=1.3.2-preview3&prerelease
PhotoSauce.NativeCodecs.Libwebp
This MagicScaler plugin wraps the libwebp reference WebP codec.
Windows 10 and 11 include a WebP decoder by default, but it may not function for all users or apps. This plugin is more capable than the Windows codec and will work anywhere libwebp
is available.
Requirements
A compatible set of libwebp
binaries must be present for this plugin to function. For convenience, the NuGet package includes native binaries for Windows (x86, x64, and ARM64) and Linux (glibc x64 and ARM64).
Usage
Codec Registration
To register the codec, call the UseLibwebp
extension method from your CodecManager.Configure
action at app startup. By default, the plugin will remove/replace the Windows WebP codec if it is present.
using PhotoSauce.MagicScaler;
using PhotoSauce.NativeCodecs.Libwebp;
CodecManager.Configure(codecs => {
codecs.UseLibwebp();
});
Using the Codec
Once registered, the codec will automatically detect and decode compatible images.
To encode WebP images, the encoder MIME type can be set on ProcessImageSettings
:
var settings = new ProcessImageSettings();
settings.TrySetEncoderFormat(ImageMimeTypes.Webp)
Or the encoder can be selected by file extension on overloads accepting file paths:
MagicImageProcessor.ProcessImage(@"\img\input.jpg", @"\img\output.webp", settings);
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 was computed. net5.0-windows was computed. net6.0 is compatible. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 is compatible. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. |
.NET Core | netcoreapp2.0 was computed. netcoreapp2.1 was computed. netcoreapp2.2 was computed. netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
.NET Standard | netstandard2.0 is compatible. netstandard2.1 is compatible. |
.NET Framework | net461 is compatible. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 is compatible. net48 was computed. net481 was computed. |
MonoAndroid | monoandroid was computed. |
MonoMac | monomac was computed. |
MonoTouch | monotouch was computed. |
Tizen | tizen40 was computed. tizen60 was computed. |
Xamarin.iOS | xamarinios was computed. |
Xamarin.Mac | xamarinmac was computed. |
Xamarin.TVOS | xamarintvos was computed. |
Xamarin.WatchOS | xamarinwatchos was computed. |
-
.NETFramework 4.6.1
- PhotoSauce.MagicScaler (= 0.14.2)
-
.NETFramework 4.7.2
- PhotoSauce.MagicScaler (= 0.14.2)
-
.NETStandard 2.0
- PhotoSauce.MagicScaler (= 0.14.2)
-
.NETStandard 2.1
- PhotoSauce.MagicScaler (= 0.14.2)
-
net6.0
- PhotoSauce.MagicScaler (= 0.14.2)
-
net7.0
- PhotoSauce.MagicScaler (= 0.14.2)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories (1)
Showing the top 1 popular GitHub repositories that depend on PhotoSauce.NativeCodecs.Libwebp:
Repository | Stars |
---|---|
CollapseLauncher/Collapse
An Advanced Launcher for miHoYo/HoYoverse Games
|
Version | Downloads | Last updated | |
---|---|---|---|
1.3.2-preview3 | 48,834 | 3/6/2024 | |
1.3.2-preview2 | 65 | 3/6/2024 | |
1.3.2-preview1 | 36,122 | 10/12/2023 | |
1.2.4-preview1 | 61,840 | 11/8/2022 | |
1.2.2-preview1 | 6,128 | 8/12/2022 |
See https://github.com/saucecontrol/PhotoSauce/releases for release-specific notes.