Skip to content

phpBB Image upload use ImageMagick

Compare
Choose a tag to compare
@IMC-GER IMC-GER released this 31 May 18:43
· 113 commits to main since this release
4abfb56

phpBB-Image upload use ImageMagick

Description

This extension us the PHP imagick class to modify upload image for improved quality.
It can change the image size and/or the image file size. Rotate thumbnails according to their exif information. Remove EXIF data.

Settings in User Control Panel

  • No settings.

Settings in Administration Control Panel

  • Thumbnail compression quality.
  • Image compression quality.
  • Maximum image width.
  • Maximum image heigth.
  • Maximum image file size.
  • Remove EXIF data

Requirements

  • php 7.0 or higher
  • phpBB 3.2.4 or higher
  • php the Imagick class

Installation

Copy the extension to phpBB3/ext/imcger/imgupload.
Go to "ACP" > "Customise" > "Manage extensions" and enable the "Image upload use ImageMagick" extension.
For full functionality "Maximum file size" in "ACP" > "Posting" > "Attachment settings" must be set to 0. This is done automatically during the migration.
For full functionality "Maximum image dimensions" in "ACP" > "Posting" > "Attachment settings" must be set to 0. This is done automatically during the migration.

Update

For update from v0.0.1 or v0.0.2 please disable the extension and delete data before copy the new files to phpBB3/ext/imcger/imgupload.

Uninstallation

  • Navigate in the ACP to Customise -> Manage extensions.
  • Click the Disable link for "Image upload use ImageMagick".
  • To permanently uninstall, click Delete Data, then delete the imgupload folder from phpBB3/ext/imcger/.

License

GPLv2