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.
Package info
github.com/calien666/typo3-mime-converter
Type:typo3-cms-extension
pkg:composer/calien/mime-converter
Requires
- ext-fileinfo: *
- ext-imagick: *
- typo3/cms-core: ^11.5 || ^12.2
Requires (Dev)
- friendsofphp/php-cs-fixer: ^v3.14
- phpstan/phpstan: ^1.10
- saschaegerer/phpstan-typo3: ^1.8
- typo3/testing-framework: dev-7-composerinstaller5-fix
This package is auto-updated.
Last update: 2026-07-22 09:54:33 UTC
README
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/ |