lochmueller / focuspoint

🌅 Smartest TYPO3 Crop Tool ever 🌅
http://typo3.org/extensions/repository/view/focuspoint
22 stars 23 forks source link

[BUGFIX] Allow images with width or height > 2000 #45

Closed bash closed 7 years ago

bash commented 7 years ago

The GifBuilder seems to require minWidth and maxWidth as it otherwise falls back to 2000 for each. (See: https://github.com/TYPO3/TYPO3.CMS/blob/TYPO3_7-6/typo3/sysext/frontend/Classes/Imaging/GifBuilder.php#L367-L368).

lochmueller commented 7 years ago

Thanks for the pull request