Aspose.Imaging-Cloud
20.3.0
Aspose.Imaging Cloud lets you use a REST API to inspect, convert, and transform images in the cloud; do reverse image search. It supports the most popular image formats such as PSD, PNG, GIF, BMP, TIFF, and JPEG, and conversion between them.
Aspose.Imaging Cloud also provides a rich set of features for manipulating images on-the-fly with cloud based image transformations. You can resize, crop and/or rotate images various ways by simply creating a request that includes the correct transformation instructions.
The most demanding imaging routines, for example TIFF concatenation and image conversion to fax compatible format, are available through efficient and reliable specialized resources.
Reverse image search features include: search for sample image in the image set, duplicates recognition, search image by associated tags, etc. You can perform these operations without needing to know what's going on under the hood so that you can focus on the core business goals.
See the version list below for details.
Install-Package Aspose.Imaging-Cloud -Version 20.3.0
dotnet add package Aspose.Imaging-Cloud --version 20.3.0
<PackageReference Include="Aspose.Imaging-Cloud" Version="20.3.0" />
paket add Aspose.Imaging-Cloud --version 20.3.0
#r "nuget: Aspose.Imaging-Cloud, 20.3.0"
// Install Aspose.Imaging-Cloud as a Cake Addin
#addin nuget:?package=Aspose.Imaging-Cloud&version=20.3.0
// Install Aspose.Imaging-Cloud as a Cake Tool
#tool nuget:?package=Aspose.Imaging-Cloud&version=20.3.0
Image Processing in Cloud via .NET REST API
This cloud SDK assists to process & manipulate images from within your C#, ASP.NET & other .NET based cloud applications, without installing any 3rd party tool.
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.
New Features in Version 20.3
- In this release we have fixed some issues related to AI features and have improved AI examples.
For the detailed notes, please visit Aspose.Imaging Cloud 20.3 - Release Notes.
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 Format via C# Code
This code sample demonstrates, how to convert an image to PDF format using C# code via REST API:
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
Image Processing in Cloud via .NET REST API
This cloud SDK assists to process & manipulate images from within your C#, ASP.NET & other .NET based cloud applications, without installing any 3rd party tool.
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.
New Features in Version 20.3
- In this release we have fixed some issues related to AI features and have improved AI examples.
For the detailed notes, please visit Aspose.Imaging Cloud 20.3 - Release Notes.
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 Format via C# Code
This code sample demonstrates, how to convert an image to PDF format using C# code via REST API:
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
Release Notes
https://docs.aspose.cloud/display/imagingcloud/Aspose.Imaging+Cloud+20.3+-+Release+Notes
Dependencies
-
.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)
Used By
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version History
Version | Downloads | Last updated |
---|---|---|
21.2.0 | 56 | 2/18/2021 |
20.12.0 | 73 | 12/30/2020 |
20.9.0 | 192 | 9/29/2020 |
20.8.0 | 186 | 8/31/2020 |
20.7.0 | 217 | 7/30/2020 |
20.6.0 | 176 | 6/30/2020 |
20.5.0 | 302 | 5/30/2020 |
20.4.0 | 195 | 4/30/2020 |
20.3.0 | 221 | 3/27/2020 |
20.2.0 | 325 | 2/27/2020 |
20.1.1 | 212 | 1/31/2020 |
20.1.0 | 293 | 1/31/2020 |
19.12.0 | 268 | 12/26/2019 |
19.10.0 | 240 | 10/31/2019 |
19.9.0 | 232 | 10/1/2019 |
19.8.0 | 238 | 8/29/2019 |
19.7.0 | 277 | 8/1/2019 |
19.6.0 | 296 | 6/20/2019 |
19.4.0 | 297 | 4/26/2019 |
19.1.0 | 380 | 1/31/2019 |
18.12.0 | 391 | 12/29/2018 |
18.11.0 | 406 | 11/26/2018 |
18.9.0 | 437 | 10/9/2018 |
18.8.0 | 465 | 9/5/2018 |
18.7.0 | 500 | 8/2/2018 |
18.6.0 | 519 | 7/23/2018 |
1.0.7 | 707 | 9/27/2017 |
1.0.6 | 534 | 9/27/2017 |
1.0.5 | 572 | 8/14/2017 |
1.0.4 | 649 | 1/6/2017 |
1.0.3 | 586 | 11/2/2016 |
1.0.2 | 586 | 10/21/2016 |
1.0.1 | 697 | 2/26/2016 |
1.0.0 | 651 | 2/26/2016 |