Humble.Umbraco.AutoFormatImagesToWebp
13.0.1-beta
Prefix Reserved
See the version list below for details.
dotnet add package Humble.Umbraco.AutoFormatImagesToWebp --version 13.0.1-beta
NuGet\Install-Package Humble.Umbraco.AutoFormatImagesToWebp -Version 13.0.1-beta
<PackageReference Include="Humble.Umbraco.AutoFormatImagesToWebp" Version="13.0.1-beta" />
<PackageVersion Include="Humble.Umbraco.AutoFormatImagesToWebp" Version="13.0.1-beta" />
<PackageReference Include="Humble.Umbraco.AutoFormatImagesToWebp" />
paket add Humble.Umbraco.AutoFormatImagesToWebp --version 13.0.1-beta
#r "nuget: Humble.Umbraco.AutoFormatImagesToWebp, 13.0.1-beta"
#:package Humble.Umbraco.AutoFormatImagesToWebp@13.0.1-beta
#addin nuget:?package=Humble.Umbraco.AutoFormatImagesToWebp&version=13.0.1-beta&prerelease
#tool nuget:?package=Humble.Umbraco.AutoFormatImagesToWebp&version=13.0.1-beta&prerelease
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.
- Skips formatting when the browser or client does not support
image/webp. - Transforms only images located within the Umbraco Media path (e.g.,
/media/{unique}/{file}.{ext}). - Honors explicitly requested formats (e.g.,
?format=jpg). - Excludes files uploaded through Umbraco Forms (e.g.,
/media/forms/upload/{file}.{ext}).
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.
Who Made This
Innovative apps, immersive XR experiences, and AI solutions that'll exceed your expectations, not your budget. We are also a Umbraco Certified Gold Partner!
— Next Player Up
Release History
13.0.1-beta
- Supports Umbraco v17.0.0-beta
- Refactor, small optimizations.
- Move to SemVer 2 scheme.
13.0.0.3
- Supports Umbraco v16.x.x
13.0.0.2
- Supports Umbraco v15.x.x
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
webpformat.
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 is compatible. 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. net10.0 is compatible. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
-
net10.0
- Umbraco.Cms.Web.Common (>= 17.0.0-beta && < 18.0.0)
-
net8.0
- Umbraco.Cms.Web.Common (>= 13.0.0 && < 14.0.0)
-
net9.0
- Umbraco.Cms.Web.Common (>= 14.0.0 && < 17.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.
| Version | Downloads | Last Updated |
|---|---|---|
| 13.0.1-rc | 93 | 4/10/2026 |
| 13.0.1-beta | 303 | 10/21/2025 |
| 13.0.0.3 | 1,191 | 6/12/2025 |
| 13.0.0.2 | 300 | 3/22/2025 |