calien/mime-converter

File converter based on mime-type to file extension comparison. Serves image converter by default and automatic tagging for self written converter providers.

Maintainers

Package info

github.com/calien666/typo3-mime-converter

Type:typo3-cms-extension

pkg:composer/calien/mime-converter

Transparency log

Statistics

Installs: 2 933

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

v1.0.4 2023-03-07 12:23 UTC

This package is auto-updated.

Last update: 2026-07-22 09:54:33 UTC


README

Latest Stable Version PHP Version Require TYPO3 14.3 TYPO3 13.4

License Total Downloads Monthly Downloads

TYPO3 extension mime_converter

This extension provides automatic mime correction on uploading a file inside TYPO3.

Features

  • Automatic image conversion
  • Keeps EXIF data
  • Extendable with own providers

Requirements

Due to limitations in GraphicsMagick this extension works only with ImageMagick. Ensure the ImageMagick command line tools (convert / identify) are installed on your server. The PHP imagick extension is no longer required — conversion runs through the ImageMagick binary.

If ImageMagick is not available (for example on a GraphicsMagick-only setup, which does not ship a standalone convert / identify), the extension stays inactive: uploads are stored unchanged instead of being converted, and no file is falsely reported as broken.

Installation

Install with your favour:

  • TER
  • Extension Manager
  • composer

We prefer composer installation:

composer req calien/mime-converter
URL
Repository: https://github.com/calien666/mime-converter
Read online: https://docs.typo3.org/p/calien/mime-converter/main/en-us/
TER: https://extensions.typo3.org/extension/mime_converter/