CommonImageActions.Core
1.0.4
There is a newer version of this package available.
See the version list below for details.
See the version list below for details.
dotnet add package CommonImageActions.Core --version 1.0.4
NuGet\Install-Package CommonImageActions.Core -Version 1.0.4
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="CommonImageActions.Core" Version="1.0.4" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="CommonImageActions.Core" Version="1.0.4" />
<PackageReference Include="CommonImageActions.Core" />
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add CommonImageActions.Core --version 1.0.4
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: CommonImageActions.Core, 1.0.4"
#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.
#addin nuget:?package=CommonImageActions.Core&version=1.0.4
#tool nuget:?package=CommonImageActions.Core&version=1.0.4
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Common Image Actions
About the Project
A c# library that helps with common image actions such as
- Resizing
- Converting image to pdf
- Resizing an image from a url
Code Samples
Add to Asp.net Core
app.UseCommonImageActions()
Add to Asp.net Core and only watch a specific path
app.UseCommonImageActions(
new CommonImageActionSettings()
{
PathToWatch = "/watchme"
}
);
Add to Asp.net Core and route to an external blob storage
Like AzureBlob or Amazon S3
app.UseCommonImageActions(
new CommonImageActionSettings()
{
PathToWatch = "/remote",
RemoteFileServerUrl = "https://dustingamester.com/img/"
}
);
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 was computed. net5.0-windows was computed. net6.0 was computed. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. 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. net10.0 was computed. 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. |
.NET Core | netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
.NET Standard | netstandard2.1 is compatible. |
MonoAndroid | monoandroid was computed. |
MonoMac | monomac was computed. |
MonoTouch | monotouch was computed. |
Tizen | tizen60 was computed. |
Xamarin.iOS | xamarinios was computed. |
Xamarin.Mac | xamarinmac was computed. |
Xamarin.TVOS | xamarintvos was computed. |
Xamarin.WatchOS | xamarinwatchos was computed. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
-
.NETStandard 2.1
- Microsoft.Maui.Graphics.Skia (>= 8.0.3)
- SkiaSharp.NativeAssets.Linux (>= 2.88.6)
NuGet packages (1)
Showing the top 1 NuGet packages that depend on CommonImageActions.Core:
Package | Downloads |
---|---|
CommonImageActions.Pdf
Package Description |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
1.1.1 | 166 | 5/26/2025 |
1.1.0 | 95 | 5/24/2025 |
1.0.11 | 194 | 4/20/2025 |
1.0.10 | 220 | 4/15/2025 |
1.0.9 | 218 | 4/15/2025 |
1.0.8 | 178 | 4/12/2025 |
1.0.7 | 157 | 4/12/2025 |
1.0.6 | 195 | 4/6/2025 |
1.0.5 | 181 | 4/6/2025 |
1.0.4 | 116 | 4/5/2025 |
1.0.3 | 155 | 4/4/2025 |
1.0.2 | 167 | 4/3/2025 |
1.0.1 | 161 | 3/31/2025 |
1.0.0 | 165 | 3/30/2025 |