Badgernet.Umbraco.WebPicAuto 1.1.3

dotnet add package Badgernet.Umbraco.WebPicAuto --version 1.1.3                
NuGet\Install-Package Badgernet.Umbraco.WebPicAuto -Version 1.1.3                
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Badgernet.Umbraco.WebPicAuto" Version="1.1.3" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Badgernet.Umbraco.WebPicAuto --version 1.1.3                
#r "nuget: Badgernet.Umbraco.WebPicAuto, 1.1.3"                
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install Badgernet.Umbraco.WebPicAuto as a Cake Addin
#addin nuget:?package=Badgernet.Umbraco.WebPicAuto&version=1.1.3

// Install Badgernet.Umbraco.WebPicAuto as a Cake Tool
#tool nuget:?package=Badgernet.Umbraco.WebPicAuto&version=1.1.3                

Badgernet.Umbraco.WebPicAuto

This package will resize your images when you upload them in Umbraco. </br> It can also convert them to .webp format to save additional storage space.

Currently only local files are supported. </br> Umbraco Cloud / Azure Blob Storage support may be added in later releases.


NuGet

</br>

Installation

Simply add the package by using dotnet add package to install the latest version:

dotnet add package Badgernet.Umbraco.WebPicAuto

</br>

Uninstallation

dotnet remove package Badgernet.Umbraco.WebPicAuto

After uninstalling the package, make sure to delete the folder "App_Plugins/Badgernet.Umbraco.WebPicAuto", </br> otherwise the dashboard may still be displayed in the backoffice.

</br>

Important if using uSync

This package will also process any images imported using the uSync import feature. </br> Be sure to turn off the converter / resizer (via the dashboard) if you do not want them to be processed.

</br>

Changelog

Version 1.1.3
  • Adds support for processing existing image files
Version 1.1.2
  • Fix: Plays nice with uSync
Version 1.1.1
  • Fix: Adjusted namespace to "Badgernet.WebPicAuto" to prevent conflicts.
  • Fix: Removed "WpaSettings.json" from the package.
  • Converter now enabled by default
Version 1.1.0
  • Backoffice dashboard
Version 1.0.1
  • Added option to downscale images without keeping aspect ratio
  • Provide target dimensions in filename → "wparesize_800_600_ImageName.png"

Settings

You can change these default settings by accessing the "Converter/Resizer" dashboard in the Media section in backoffice. Settings are stored in a file: "App_Plugins/Badgernet.Umbraco.WebPicAuto/Backoffice/WpaSettings.json"

image info

Resizer enabled

Turns image resizing on or off

Max width

Resizer will scale images down to fit max width value

Max height

Resizer will scale images down to fit max height

Ignore aspect ratio

By default, resizing will maintain image aspect ratio.

Converter enabled

Turns image converting on or off

Convert mode

Image encoding type

"Lossy" mode will produce smaller file size images. ← this is the preferred / default mode
"Lossless" mode will produce better quality images.

Convert quality

Value from 1 to 100

Quality of conversion, lower value will produce smaller file size images but image quality will also be worse.

Keep original images

If turned on, original images will not be deleted (wwwroot/media/***)

Ignore keyword

Any images containing this keyword in its filename will be ignored by this package. → "wpaignore_IMG01012024.png" would not get processed.

Credits

Thanks to everybody at @Our Umbraco Forum for their helpful tips.
This project was inspired by @VirjdagOnline.ImageResizer

Product 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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

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
1.1.3 176 5/12/2024
1.1.2 187 2/5/2024
1.1.1 107 2/1/2024
1.0.1 129 1/14/2024
1.0.0 101 1/12/2024