GemBox.Imaging
10.0.1139
Prefix Reserved
See the version list below for details.
dotnet add package GemBox.Imaging --version 10.0.1139
NuGet\Install-Package GemBox.Imaging -Version 10.0.1139
<PackageReference Include="GemBox.Imaging" Version="10.0.1139" />
paket add GemBox.Imaging --version 10.0.1139
#r "nuget: GemBox.Imaging, 10.0.1139"
// Install GemBox.Imaging as a Cake Addin #addin nuget:?package=GemBox.Imaging&version=10.0.1139 // Install GemBox.Imaging as a Cake Tool #tool nuget:?package=GemBox.Imaging&version=10.0.1139
What is GemBox.Imaging
GemBox.Imaging is a .NET component that enables you to read, convert, and transform image files (PNG, JPEG, and GIF) from .NET applications.
With GemBox.Imaging you get a fast and reliable component that’s easy to use and doesn't depend on Microsoft Windows GDI. It requires only .NET so you can deploy your applications on any platform.
GemBox.Imaging Features
- Save and load images to and from png, jpeg, gif, and tiff formats.
- Resize, crop, and rotate/flip using Image class.
- Read image properties without loading pixel data.
Get Started
You are not sure how to start working editing images in .NET using GemBox.Imaging? Check the code below that shows how to load example image, resize it to thumbnail size and then save Image instance to image file.
// If using Professional version, put your serial key below.
ComponentInfo.SetLicense("FREE-LIMITED-KEY");
//Load image
using (var image = Image.Load("FragonardReader.jpg"))
// Resize the image
image.Resize(64, 64);
// Save the resized image
image.Save("HelloWorld.png");
For more GemBox.Imaging code examples and demos, please visit our examples page.
Resources
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. net6.0-windows7.0 is compatible. 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. |
.NET Core | netcoreapp2.0 was computed. netcoreapp2.1 was computed. netcoreapp2.2 was computed. netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
.NET Standard | netstandard2.0 is compatible. netstandard2.1 was computed. |
.NET Framework | net35 is compatible. net40 was computed. net403 was computed. net45 was computed. net451 was computed. net452 was computed. net46 was computed. net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
MonoAndroid | monoandroid was computed. |
MonoMac | monomac was computed. |
MonoTouch | monotouch was computed. |
Tizen | tizen40 was computed. tizen60 was computed. |
Xamarin.iOS | xamarinios was computed. |
Xamarin.Mac | xamarinmac was computed. |
Xamarin.TVOS | xamarintvos was computed. |
Xamarin.WatchOS | xamarinwatchos was computed. |
-
.NETFramework 3.5
- No dependencies.
-
.NETStandard 2.0
- SixLabors.ImageSharp (>= 2.1.5)
- SixLabors.ImageSharp.Drawing (>= 1.0.0)
- SkiaSharp (>= 2.88.6)
- System.Text.Encoding.CodePages (>= 6.0.0)
-
net6.0-windows7.0
- SixLabors.ImageSharp (>= 2.1.5)
- SixLabors.ImageSharp.Drawing (>= 1.0.0)
- SkiaSharp (>= 2.88.6)
- System.Drawing.Common (>= 6.0.0)
- System.Text.Encoding.CodePages (>= 6.0.0)
NuGet packages (1)
Showing the top 1 NuGet packages that depend on GemBox.Imaging:
Package | Downloads |
---|---|
GemBox.Bundle
GemBox.Bundle is a package of .NET components for processing spreadsheets, documents, presentations, email messages, and images (XLSX, DOCX, PPTX, PDF, MSG, and PNG) from .NET applications. With GemBox.Bundle you get fast and reliable components that are easy to use and don't depend on Microsoft Office or Adobe Acrobat. They require only .NET so you can deploy your applications without having to think about other licenses. |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
13.0.1063 | 9 | 11/4/2024 |
13.0.1054 | 712 | 10/8/2024 |
13.0.1049 | 2,025 | 9/5/2024 |
13.0.1045 | 1,228 | 8/13/2024 |
13.0.1036 | 576 | 7/5/2024 |
13.0.1027 | 417 | 6/7/2024 |
13.0.1015 | 1,786 | 5/7/2024 |
13.0.1000 | 1,212 | 4/6/2024 |
10.0.1160 | 1,707 | 3/4/2024 |
10.0.1155 | 761 | 2/13/2024 |
10.0.1147 | 1,283 | 1/15/2024 |
10.0.1139 | 455 | 12/8/2023 |
10.0.1126 | 2,256 | 11/16/2023 |
10.0.1115 | 482 | 10/21/2023 |
10.0.1096 | 7,558 | 9/5/2023 |
10.0.1086 | 520 | 8/4/2023 |
10.0.1079 | 1,476 | 7/7/2023 |
10.0.1073 | 926 | 6/12/2023 |
10.0.1058 | 3,568 | 5/9/2023 |
10.0.1046 | 510 | 4/5/2023 |
10.0.1033 | 300 | 3/10/2023 |
10.0.1024 | 948 | 2/3/2023 |
10.0.1015 | 639 | 1/3/2023 |
10.0.1007 | 337 | 12/14/2022 |
10.0.1000 | 3,351 | 11/17/2022 |
Various small fixes and improvements.