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
<PackageReference Include="Resizetizer.NT.2023" Version="0.3.2"> <PrivateAssets>all</PrivateAssets> <IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets> </PackageReference>
paket add Resizetizer.NT.2023 --version 0.3.2
#r "nuget: Resizetizer.NT.2023, 0.3.2"
// 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
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.