Skip to content

Instantly share code, notes, and snippets.

@dfeyer
Created March 8, 2014 11:52
Show Gist options
  • Save dfeyer/9429338 to your computer and use it in GitHub Desktop.
Save dfeyer/9429338 to your computer and use it in GitHub Desktop.
Change PHP extension used by TYPO3.Imaging to render image
# Use PHP GD php extension
TYPO3:
Imagine:
driver: 'Gd'
# Use PHP Gmagick php extension
TYPO3:
Imagine:
driver: 'Gmagick'
# Use PHP Imagick php extension
TYPO3:
Imagine:
driver: 'Imagick'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment