Download the PHP package calien/mime-converter without Composer
On this page you can find all versions of the php package calien/mime-converter. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download calien/mime-converter
More information about calien/mime-converter
Files in calien/mime-converter
Package mime-converter
Short Description File converter based on mime-type to file extension comparison. Serves image converter by default and automatic tagging for self written converter providers.
License GPL-2.0-or-later
Informations about the package mime-converter
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:
| 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/ |