Aspose.Imaging-Cloud
20.1.1
See the version list below for details.
dotnet add package Aspose.Imaging-Cloud --version 20.1.1
NuGet\Install-Package Aspose.Imaging-Cloud -Version 20.1.1
<PackageReference Include="Aspose.Imaging-Cloud" Version="20.1.1" />
paket add Aspose.Imaging-Cloud --version 20.1.1
#r "nuget: Aspose.Imaging-Cloud, 20.1.1"
// Install Aspose.Imaging-Cloud as a Cake Addin #addin nuget:?package=Aspose.Imaging-Cloud&version=20.1.1 // Install Aspose.Imaging-Cloud as a Cake Tool #tool nuget:?package=Aspose.Imaging-Cloud&version=20.1.1
Apose.Imaging Cloud SDK for .NET is built on top of Aspose.Imaging REST API and is distributed under MIT license. It assists in processing images from within your C#, ASP.NET & other .NET based cloud applications, without installing any 3rd party tool.
Aspose.Imaging Cloud SDK for .NET enables you to fetch images from cloud storage and perform various operations, such as, resizing, cropping, merging, scaling, and converting images. You can also perform various operations on TIFF images such as extract a single TIFF frame to crop, resize, rotate, or flip it. You may also convert TIFF images to fax compatible format.
Image Processing Features
- Fetch or update properties of cloud hosted images.
- Scale, flip, crop and export an image with a single API call.
- Resize, crop, flip, convert and export an image to other supported formats.
- Update image parameters of JPEG2000 & WEBP images.
- Access and multi-frame TIFF image and extract the desired frames from it.
- Rotate, flip, crop, resize or fetch properties of the selected TIFF frame.
- Merge multiple TIFF images.
Read & Write Image Formats
BMP, GIF, JPEG, JPEG2000, PSD, TIFF, WEBP, PNG, WMF, EMF, SVG
Save Image As
Read Image Formats
DJVU, DICOM, CDR, CMX, ODG, DNG
Platform Independence
Aspose.Imaging Cloud’s platform independent document manipulation API is a true REST API that can be used from any platform. You can use it with any language or platform that supports REST, be it the web, desktop, mobile, or the cloud. The API integrates with other cloud services to provide you the flexibility you require for processing documents. It is suitable for the most types of businesses, documents, or content.
Getting Started with Aspose.Imaging Cloud SDK for .NET
You do not need to install anything to get started with Aspose.Imaging Cloud SDK for .NET. Just create an account at Aspose for Cloud and get your application information.
Simply execute Install-Package Aspose.Imaging-Cloud
from the Package Manager Console in Visual Studio to fetch & reference Aspose.Imaging assembly in your project. If you already have Aspose.Imaging Cloud SDK for .NET and want to upgrade it, please execute Update-Package Aspose.Imaging-Cloud
to get the latest version.
Please check the GitHub Repository for other common usage scenarios.
Export an Image to PDF via C# Code
string format = "pdf"; // specify the export output format
string outPath = null; // Path to updated file (if this is empty, response contains streamed image)
string storage = null; // Cloud Storage name
var request = new CreateSavedImageAsRequest(inputImageStream, format, outPath, storage);
Console.WriteLine($"Call CreateSavedImageAs with params: format:{format}");
using (Stream updatedImage = this.ImagingApi.CreateSavedImageAs(request))
{
SaveUpdatedImageToOutput(updatedImage, true, format);
}
Product Page | Documentation | API Reference | Code Samples | Blog | Free Support | Free Trial
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. |
.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 | net20 is compatible. net35 is compatible. net40 is compatible. net403 was computed. net45 is compatible. 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 2.0
- Newtonsoft.Json (>= 10.0.1)
-
.NETFramework 3.5
- Newtonsoft.Json (>= 10.0.1)
-
.NETFramework 4.0
- Newtonsoft.Json (>= 10.0.1)
-
.NETFramework 4.5
- Newtonsoft.Json (>= 10.0.1)
-
.NETStandard 2.0
- Newtonsoft.Json (>= 10.0.1)
- System.Net.Requests (>= 4.3.0)
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 |
---|---|---|
23.5.0 | 2,378 | 6/1/2023 |
22.4.0 | 893 | 4/15/2022 |
21.12.0 | 4,960 | 12/27/2021 |
21.11.0 | 365 | 11/30/2021 |
21.6.0 | 503 | 6/10/2021 |
21.2.0 | 449 | 2/18/2021 |
20.12.0 | 442 | 12/30/2020 |
20.9.0 | 551 | 9/29/2020 |
20.8.0 | 545 | 8/31/2020 |
20.7.0 | 618 | 7/30/2020 |
20.6.0 | 540 | 6/30/2020 |
20.5.0 | 697 | 5/30/2020 |
20.4.0 | 610 | 4/30/2020 |
20.3.0 | 605 | 3/27/2020 |
20.2.0 | 711 | 2/27/2020 |
20.1.1 | 565 | 1/31/2020 |
20.1.0 | 647 | 1/31/2020 |
19.12.0 | 644 | 12/26/2019 |
19.10.0 | 628 | 10/31/2019 |
19.9.0 | 633 | 10/1/2019 |
19.8.0 | 631 | 8/29/2019 |
19.7.0 | 714 | 8/1/2019 |
19.6.0 | 693 | 6/20/2019 |
19.4.0 | 704 | 4/26/2019 |
19.1.0 | 766 | 1/31/2019 |
18.12.0 | 780 | 12/29/2018 |
18.11.0 | 780 | 11/26/2018 |
18.9.0 | 879 | 10/9/2018 |
18.8.0 | 954 | 9/5/2018 |
18.7.0 | 963 | 8/2/2018 |
18.6.0 | 1,017 | 7/23/2018 |
1.0.7 | 2,458 | 9/27/2017 |
1.0.6 | 1,029 | 9/27/2017 |
1.0.5 | 1,076 | 8/14/2017 |
1.0.4 | 1,161 | 1/6/2017 |
1.0.3 | 1,170 | 11/2/2016 |
1.0.2 | 1,078 | 10/21/2016 |
1.0.1 | 1,578 | 2/26/2016 |
1.0.0 | 1,548 | 2/26/2016 |