Sign inSign up

aspose/imaging-cloud

By aspose

Updated over 4 years ago

Seamless integration of imaging processing features into your cloud-based Apps

Image
0

2.3K

aspose/imaging-cloud repository overview

Nuget Nuget GitHub

Product Page | Docs | Demos | Swagger UI | Examples | Blog | Search | Free Support | Free Trial

Cloud Imaging Processing Features

  • Export image to another file format.
  • Get and update image properties.
  • Rotate or flip an image.
  • Crop, resize or get properties of a specific TIFF frame.
  • Update parameters of JPEG2000, WEBP image.
  • Use single API call to scale, crop, flip & export an image.
  • Rotate and/or flip a TIFF frame.
  • Resize or crop image and convert its format.
  • Merge TIFF images.
  • Extract specific frame from TIFF image to rotate, flip, resize & crop.
  • So many more features.

Supported Image Formats

Vector Formats: SVG, SVGZ, ODG, OTG, CDR, CMX, EPS, DXF Raster Formats: JPEG2000, JPEG, BMP, TIFF, GIF, PNG, APNG, TGA Metafiles: EMF, WMF, EMZ, WMZ Photoshop: PSD Other: WebP, DjVu, PDF, DICOM, DNG

More details can be found on the page Supported file formats

Get Started with Aspose.Imaging Cloud

Please check the tutorial, How to Run Docker Container for details.

API Documentation

Container configuration

Required volumes

Mount path in containerDescription
/dataFile storage folder

Parameters

NameDescription
LicensePublicKeyPublic key of the license
LicensePrivateKeyPrivate key of the license

If "License" parameters are omitted, the app will work in trial mode.

Examples

Run docker container from command line
docker run   -e "LicensePublicKey=public_key" -e "LicensePrivateKey=private_key" -v "/data:/data" aspose/imaging-cloud
Docker-compose
 AsposeImagingCloud:
      image: aspose/imaging-cloud
      ports: ["8082:80"]
      volumes: [        
        "./storage:/data",
      ]
      environment:        
        "LicensePublicKey": "yourKeyHere"
        "LicensePrivateKey": "yourKeyHere"

Container health check

There is a url to check health of "imaging.cloud app": "/"

Product Page | Docs | Demos | Swagger UI | Examples | Blog | Search | Free Support | Free Trial

Tag summary

Content type

Image

Digest

Size

6.3 GB

Last updated

over 4 years ago

docker pull aspose/imaging-cloud:22.4