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.
Installs: 2 040
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 0
Type:typo3-cms-extension
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
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, ImageMagick and PECL extension imagick are installed on your server.
Installation
Install with your favour:
- TER
- Extension Manager
- composer
We prefer composer installation:
composer req calien/mime-converter