Edit images directly from the TYPO3 backend file list using the open-source Filerobot Image Editor.
image-edit.mp4
Install with composer georgringer/image-editor or download from TER.
- TYPO3 13 LTS, 14 LTS
The extension can be configured by UserTsConfig
# Enabled by default, but can be disabled for specific editors & groups
options.imageEditor.enable = 0
# Configure the available editor tabs
options.imageEditor.tabs = adjust,finetune,filters,annotate,resize
# Enable **additional image crop presets, include an optional label
options.imageEditor.cropPresets = 21:9, 5:4, Cinemascope=21:9, Story=9:16
composer build:install
composer build:update