# asset-compute-example-workers **Repository Path**: mirrors_adobe/asset-compute-example-workers ## Basic Information - **Project Name**: asset-compute-example-workers - **Description**: Example 3rd party Asset Compute worker - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-24 - **Last Updated**: 2026-03-07 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README [![License](https://img.shields.io/badge/license-Apache--2.0-blue.svg)](http://www.apache.org/licenses/LICENSE-2.0) [![Travis](https://travis-ci.com/adobe/asset-compute-example-workers.svg?branch=master)](https://travis-ci.com/adobe/asset-compute-example-workers) # Asset Compute Worker Examples In the `projects` directory, you will find examples of Asset Compute workers that are based on [App Builder](https://developer.adobe.com/app-builder/) and the [aio](https://github.com/adobe/aio-cli) developer tool. ## [worker-pdf-services](ga-aio-projects/worker-pdf-services) Worker for calling Adobe PDF Services API ## [worker-cc-photoshop](ga-aio-projects/worker-cc-photoshop) The CC Photoshop Api Worker wraps the Photoshop APIs to be used by AEM. It is built on top of [aio-lib-photoshop](https://github.com/adobe/aio-lib-photoshop-api). ## [worker-azure-ai](ga-aio-projects/worker-azure-ai) Example of an Asset Compute project leveraging the [Azure Cognitive Services API](https://azure.microsoft.com/en-us/services/cognitive-services/). All of the code in this worker originated from Justin Calloway's [internship project](https://git.corp.adobe.com/calloway/azure_worker). # Older Structured Workers (Before App Builder GA) ## [worker-basic](projects/worker-basic) Simple example of a 3rd party Asset Compute worker. It generates a rendition by simply copying the source file. ## [worker-azure-ai](projects/worker-azure-ai) Example of an Asset Compute project leveraging the [Azure Cognitive Services API](https://azure.microsoft.com/en-us/services/cognitive-services/). ## [worker-animal-pictures](projects/worker-animal-pictures) Example of a 3rd party Asset Compute worker that produces renditions from an HTTP request to an external API based on an incoming parameter. ## [worker-metadata](projects/worker-metadata) Example of a 3rd party Asset Compute Metadata worker. It provides examples of generating various types of metadata. ## [worker-ccai-colorextract](projects/worker-ccai-colorextract) Example of a custom Asset Compute Metadata worker leveraging the [Content and Commerce AI](https://docs.adobe.com/content/help/en/experience-platform/intelligent-services/content-commerce-ai/overview.html) Color extraction API. ## [worker-ccai-pdfextract](projects/worker-ccai-pdfextract) Example of a custom Asset Compute Metadata worker leveraging the [Content and Commerce AI](https://docs.adobe.com/content/help/en/experience-platform/intelligent-services/content-commerce-ai/overview.html) Keyword extraction API. ## [worker-cc-photoshop](projects/worker-cc-photoshop) Example of a custom Asset Compute worker that leverages [Adobe I/O Photoshop API SDK](https://github.com/adobe/aio-lib-photoshop-api) to create asset rendition that is a result of applying a selected Photoshop Action to the uploaded source asset. ## Contributing Contributions are welcomed! Read the [Contributing Guide](./.github/CONTRIBUTING.md) for more information. ## Licensing This project is licensed under the Apache V2 License. See [LICENSE](LICENSE) for more information.