AEM Asset Compute Worker to extract width/height dimensions from SVG binary.
System requirements:
Deployment steps:
- Login to https://developer.adobe.com
- Create a new project with "Project from template" using the "App Builder" template
- Project name: wcmio AEM Asset Compute SVG Dimensions
- App name: wcmioAssCmpSvgDim
- (You may also use different names for your environment, but make sure they are not too long and do not include invalid characters)
- For both Production and Stage workspaces, add an "API" service for "Asset Compute"
- Use a custom credential name for Production: wcmioAssCmpSvgDim_production
- Use a custom credential name for Stage: wcmioAssCmpSvgDim_stage
- (The credential name auto-created by the wizard may be too long, so use custom names)
- Download the JSON configuration files for both Production and Stage workspaces
- Clone https://github.com/wcm-io/asset-compute-worker-svg-dimensions
- Deploy the worker to both workspaces (execute the following steps once for each work space)
aio login aio app use <path to downloaded json for workspace> aio app deploy
- For both workspaces, get the generated worker URL via
aio app get-url
- With AEM Author, go to Tools > Assets > Processing Profiles
- Create a new processing profile named wcm.io AEM Asset Compute SVG Dimensions
- Add a new "Custom" processing service
- Enable "Create Metadata Rendition" flag
- Enter the worker URL (use Stage for DEV and STAGE environments, and Production for PROD environment)
- Set Mime Types - Includes to
(the backslash is requirement for escaping)
image/svg\+xml
- Run
aio app test
to run asset compute worker tests (requires Docker)
aio app deploy
to build and deploy all actions on Runtime and static files to CDNaio app undeploy
to undeploy the app