← Extensions
TYPO3 13 / 14 BackendMediaFALUX

EXT:image_editor

Edit images right in the TYPO3 file list: crop, rotate, apply filters and annotations without an external tool, powered by the Filerobot Image Editor.


Cropping, rotating or adding a filter to an image usually means a detour in standard TYPO3: download the file, edit it in an external program, upload it again. This extension embeds the open-source Filerobot Image Editor into the backend file list. Editors open the editor directly on the image and save the result back to FAL.

Features

The editor offers several tool groups that can be shown or hidden via UserTsConfig:

  • adjust for cropping, rotating and flipping
  • finetune for brightness, contrast and saturation
  • filters for predefined image filters
  • annotate for text, shapes and markup on the image
  • resize for changing the pixel dimensions

Installation

composer require georgringer/image-editor

Alternatively via the TYPO3 Extension Repository (TER).

Configuration

All options are set through UserTsConfig and therefore apply per backend user or group.

The editor is active by default. It can be disabled for individual users or groups:

options.imageEditor.enable = 0

The available tool groups are defined via tabs:

options.imageEditor.tabs = adjust,finetune,filters,annotate,resize

Custom aspect ratios for cropping can be added as presets, optionally with a label:

options.imageEditor.cropPresets = 21:9, 5:4, Cinemascope=21:9, Story=9:16

Requirements

PackageVersion
TYPO3 CMS13 LTS / 14 LTS