ImageMagick Thumbnailer has following Requirements:
- phpBB Version greater or equal 3.2.4
- php Imagick library installed
- Uses the php library IMagick instead of the command line version of ImageMagick
- You can control the image quality of the generated thumbnail via acp setting page
Copy the extension to phpBB/ext/canonknipser/imthumbnailer
Go to "ACP" > "Customise" > "Extensions" and enable the "ImageMagick Thumbnailer" extension.
please visit the Changelog for a complete list of Changes
- Improved error handling
- validation issues fixed
- rotate thumbnails according to their exif information
- Initial Version