AI Image Editor (preview)
From version 2.2.0
Take your visuals to the next level with our AI Image Editor; where creativity meets intelligence. Seamlessly combine existing assets with AI-driven enhancements to generate, modify, and even refine existing images like never before.
This feature is available from 2.2.0-beta-1 and currently in preview mode and subject to change.
|
Installing with Maven
<dependency>
<groupId>info.magnolia.ai.image</groupId>
<artifactId>magnolia-ai-accelerator-image-editor</artifactId>
<version>2.2.0-beta1</version>
</dependency>
Configuration
To activate the feature:
-
Go to the
<light-module-folder>/<light-module-name>/decorations/assets/apps/dam.yaml
file in your project. -
Ensure that you have the following in the file:
<light-module-folder>/<light-module-name>/decorations/assets/apps/dam.yaml
subApps: jcrBrowser: actions: aiEditAsset: label: AI Edit Asset $type: openDetailSubappAction icon: icon-add-item appName: dam subAppName: aiImageEditorNew availability: root: true writePermissionRequired: true rules: notDeleted: $type: jcrIsDeletedRule negate: true actionbar: sections: asset: groups: generate: items: - name: aiEditAsset root: groups: generate: items: - name: aiEditAsset aiImageEditor: class: info.magnolia.ai.image.editor.AiAcceleratorImageEditorSubAppDescriptor label: AI Image Editor