![]() |
VOOZH | about |
dotnet tool install --global Aspose.Imaging.Image-Album --version 24.3.0
dotnet new tool-manifestif you are setting up this repo
dotnet tool install --local Aspose.Imaging.Image-Album --version 24.3.0
#tool dotnet:?package=Aspose.Imaging.Image-Album&version=24.3.0
nuke :add-package Aspose.Imaging.Image-Album --version 24.3.0
Aspose.Imaging Micro Applications supply high-level image processing scenarios useful for end-users.
Work over Aspose.Imaging .NET API.
It allows creation of the image album in the desired image format.
You may combine your photos or images in single multi page document;
Input photos or images are auto adjusted to the page size;
Original photo aspect ratio is preserved;
Various input and several suitable output image formats (pdf, tiff, dicom) are supported as per Aspose.Imaging supported file formats list;
Aspose.Imaging Image Album micro application may be used via the command line or consumed by your C# code via.NET7 compatible API.
Although Aspose.Imaging Image Album application is free, Aspose.Imaging .NET is licensed as usual, so you may reuse you reuse your license via application or evaluate the application using Aspose.Imaging .NET in trial mode.
-.NET7 on Windows, Linux, MacOs;
Please issue the command :
dotnet tool install --global Aspose.Imaging.Image-Album
If you've already installed the application - update supported via the command :
dotnet tool update --global Aspose.Imaging.Image-Album --version 24.3.0
Use from command line:
Aspose.Imaging.Image-Album --input photo_1.jpg+photo_2.jpg+photo_3.jpg+photo_4.jpg+photo_5.jpg+photo_6.jpg --output photo_album_licensed.pdf --format pdf --margin-size 3 --adjustment Smallest
Use from code:
To add required references to your project please issue command
Aspose.Imaging.Image-Album add -p YourProjectFolder
setting YourProjectFolder to the real value or simply run it from the project folder.
var options = new ImageAlbumOptions()
{
InputImages = "photo_1.jpg+photo_2.jpg+photo_3.jpg+photo_4.jpg+photo_5.jpg+photo_6.jpg".Split("+"),
ToFormat = "pdf",
BackgroundColor = "White",
MarginSize = 3,
AdjustmentType = PageAdjustmentTypes.Biggest,
OutputImagePath = "photo_album_licensed.pdf"
};
// You may set path to your Aspose.Imaging .NET license file via parameters
if (isLicensed)
{
options.LicenseFile = "Aspose.Imaging.Product.Family.lic";
}
await ImageAlbumTasks.Create(options).Execute();
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net7.0 net7.0 is compatible. net7.0-android net7.0-android was computed. net7.0-ios net7.0-ios was computed. net7.0-maccatalyst net7.0-maccatalyst was computed. net7.0-macos net7.0-macos was computed. net7.0-tvos net7.0-tvos was computed. net7.0-windows net7.0-windows was computed. net8.0 net8.0 was computed. net8.0-android net8.0-android was computed. net8.0-browser net8.0-browser was computed. net8.0-ios net8.0-ios was computed. net8.0-maccatalyst net8.0-maccatalyst was computed. net8.0-macos net8.0-macos was computed. net8.0-tvos net8.0-tvos was computed. net8.0-windows net8.0-windows was computed. net9.0 net9.0 was computed. net9.0-android net9.0-android was computed. net9.0-browser net9.0-browser was computed. net9.0-ios net9.0-ios was computed. net9.0-maccatalyst net9.0-maccatalyst was computed. net9.0-macos net9.0-macos was computed. net9.0-tvos net9.0-tvos was computed. net9.0-windows net9.0-windows was computed. net10.0 net10.0 was computed. net10.0-android net10.0-android was computed. net10.0-browser net10.0-browser was computed. net10.0-ios net10.0-ios was computed. net10.0-maccatalyst net10.0-maccatalyst was computed. net10.0-macos net10.0-macos was computed. net10.0-tvos net10.0-tvos was computed. net10.0-windows net10.0-windows was computed. |
This package has no dependencies.
| Version | Downloads | Last Updated |
|---|---|---|
| 24.3.0 | 549 | 3/7/2024 |