Resizetizer.NT.2023 0.3.2

dotnet add package Resizetizer.NT.2023 --version 0.3.2
NuGet\Install-Package Resizetizer.NT.2023 -Version 0.3.2
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="Resizetizer.NT.2023" Version="0.3.2">
  <PrivateAssets>all</PrivateAssets>
  <IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
</PackageReference>
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Resizetizer.NT.2023 --version 0.3.2
#r "nuget: Resizetizer.NT.2023, 0.3.2"
#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 Resizetizer.NT.2023 as a Cake Addin
#addin nuget:?package=Resizetizer.NT.2023&version=0.3.2

// Install Resizetizer.NT.2023 as a Cake Tool
#tool nuget:?package=Resizetizer.NT.2023&version=0.3.2

What's changed?

This is the fork of the https://github.com/Redth/ResizetizerNT/tree/master repo with additionaly added features.

  • All the libraries updated to the most recent versions;
  • Added support for attribute Format='Jpeg,Quality' for <SharedImage/> and logic behind;
  • Improved error logging, included additional details into error messages;
  • Package Id changed Resizetizer.NT → Resizetizer.NT.2023, to be able to publish it to the NuGet.

Where is full ReadMe?

To read the full readme file, please follow this link https://github.com/Redth/ResizetizerNT

NuGet

NuGet package is listed under a new name Resizetizer.NT.2023 here - https://www.nuget.org/packages/Resizetizer.NT.2023

Jpeg output format and Jpeg Quality

If you want to use PNG source image, but you don't want to include PNG into your mobile application project, now you can set the output image format as JPEG, plus set the Jpeg Quality. This is very useful when you were proveded with PNG based screen backgrounds for your application and you don't want to spend any time in the image editing software.

<ItemGroup>
  <SharedImage Include="SharedImages\app_background_screen.png" BaseSize="480,800" Format="Jpeg,70" />
</ItemGroup>

Overriding included images

TBD

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

  • .NETStandard 2.0

    • No dependencies.

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
0.3.2 2,392 10/5/2023
0.3.1 2,192 9/9/2023