Menu

Showing posts with label Asset Compute. Show all posts
Showing posts with label Asset Compute. Show all posts

Asset Compute Service | Adobe Experience Cloud

The Asset Compute Service is a helpful tool in Adobe Experience Cloud that can handle digital files like images, videos, and documents. It can change these files into different versions, like making a small picture, creating rendition, pulling out text, or creating archives. Developers can also add their own custom tools to do specific jobs, like making special versions of files. These tools are made using Adobe Developer App Builder and run on Adobe I/O Runtime, which means they don't need their own servers to work.


Asset compute service architecture diagram
Asset compute architecture diagram | Adobe Experience League


Creating a custom worker

The Asset Compute worker is to create a more exciting version of the asset. This will show how powerful Asset Compute workers can be. Visit this page for develop a custom worker. https://experienceleague.adobe.com/docs/experience-manager-learn/cloud-service/asset-compute/develop/worker.html?lang=en

Supported file formats

Almost all images and 3D image formats are supported in Asset compute. like JPEG, PNG, BMP etc. for more about the supported format please see the official page.   

What is processing profile in AEM

AEM cloud service supports processing profiles feature, using this we can create custom renditions for assets. This rendition could be the predefined as well as renditions craeted or generated by third party application or system.

To integrate the third party generated rendition we need to integrate with the AEM asset compute feature that is avaialble in Adobe I/O runtime and easily connect with AEM a a cloud serivce. 

Note: Processing profile option is not avaiable in local AEM cloud service SDK.

References:

  • https://experienceleague.adobe.com/docs/experience-manager-learn/assets/configuring/processing-profiles.html 
  • https://github.com/adobe/asset-compute-sdk
  • https://experienceleague.adobe.com/docs/asset-compute/using/home.html