georgringer / image-editor
Edit images directly in the TYPO3 file list using the Filerobot Image Editor.
Package info
github.com/georgringer/image-editor
Type:typo3-cms-extension
pkg:composer/georgringer/image-editor
Fund package maintenance!
1.0.0
2026-06-25 19:12 UTC
Requires
- php: >=8.2
- typo3/cms-backend: ^13.4 || ^14.3
- typo3/cms-filelist: ^13.4 || ^14.3
README
Edit images directly from the TYPO3 backend file list using the open-source Filerobot Image Editor.
image-edit.mp4
📦 Setup
Install with composer georgringer/image-editor or download from TER.
✅ Requirements
- TYPO3 13 LTS, 14 LTS
⚙️ Configuration
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
🛠️ Development
composer build:install composer build:update