georgringer/image-editor

Edit images directly in the TYPO3 file list using the Filerobot Image Editor.

Maintainers

Package info

github.com/georgringer/image-editor

Type:typo3-cms-extension

pkg:composer/georgringer/image-editor

Statistics

Installs: 17

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

1.0.0 2026-06-25 19:12 UTC

This package is auto-updated.

Last update: 2026-06-25 19:13:46 UTC


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