Humble.Umbraco.AutoFormatImagesToWebp
13.0.0.1
Prefix Reserved
dotnet add package Humble.Umbraco.AutoFormatImagesToWebp --version 13.0.0.1
NuGet\Install-Package Humble.Umbraco.AutoFormatImagesToWebp -Version 13.0.0.1
<PackageReference Include="Humble.Umbraco.AutoFormatImagesToWebp" Version="13.0.0.1" />
paket add Humble.Umbraco.AutoFormatImagesToWebp --version 13.0.0.1
#r "nuget: Humble.Umbraco.AutoFormatImagesToWebp, 13.0.0.1"
// Install Humble.Umbraco.AutoFormatImagesToWebp as a Cake Addin #addin nuget:?package=Humble.Umbraco.AutoFormatImagesToWebp&version=13.0.0.1 // Install Humble.Umbraco.AutoFormatImagesToWebp as a Cake Tool #tool nuget:?package=Humble.Umbraco.AutoFormatImagesToWebp&version=13.0.0.1
Automatically Format Images to WebP
This middleware will automatically format HTTP requests for media (jpeg
, jpg
, png
) to the webp
format if the browser supports it.
The middleware accomplishes this conversion by modifying the query string in the request and adding format=webp
. The ImageSharp library, a dependency of Umbraco, handles this request and formats the image accordingly. The middleware will not convert an image if the author explicitly requests another format.
How to Find Support
- Use GitHub Issues to
report bugs
. - Use GitHub Discussions to
ask questions
,provide feedback
, andmake suggestions.
- Consider hiring our agency, Next Player Up, for your next project—innovative apps, immersive XR experiences, and AI solutions that'll exceed your expectations, not your budget. We are also a Umbraco Certified Gold Partner!
License
This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
License information was last updated May 19th, 2024.
Release History
13.0.0.1
- Middleware will now ignore Umbraco Forms attachments.
13.0.0.0
- For Umbraco v13.x.x
- Registers middleware that listens for image requests, and if supported, upgrades image requests to the
webp
format.
You've reached the end of readme.md.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net8.0 is compatible. 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. net9.0 was computed. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. |
-
net8.0
- Umbraco.Cms.Web.Website (>= 13.0.0 && < 14.0.0)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.