Releases: IMC-GER/phpBB-Image-upload-use-ImageMagick
phpBB Image upload use ImageMagick v1.3.0
Please don't download, in this version was an error detected.
Changelog
v1.3.0 (13-10-2023)
- Added manual image rotation
phpBB Image upload use ImageMagick v1.2.2
Changelog
v1.2.2 (29-07-2023)
- Conside BBCode Settings
- Fixed scrollbar on large images in attachbox
- Fixed button misaligned
phpBB Image upload use ImageMagick v1.2.1
Changelog
v1.2.1 (09-05-2023)
- Changed sql query for allowed image extensions
- Changed compression method for png images
- Added possibility to insert the attachment as an fullsize image in the post message
- Added maximum display size for images in posts displayed in the attachment box without thumbnails
phpBB Image upload use ImageMagick v1.1.1
Changelog
v1.1.1 (18-03-2023)
- Fixed don't show preview thumbnail in attachments upload
- Added support for Lightbox and Fancybox
- Added show language author in ACP dialog
- Changed check system requirement
phpBB Image upload use ImageMagick v1.1.0
Changelog
v1.1.0 (06-02-2023)
- Added preview image in attachments upload
- Changed in ACP from radio to toggle button
- Fixed missing language variable in ACP controller
phpBB Image upload use ImageMagick
Changelog
v1.0.1 (22-10-2022)
- Code changes
phpBB Image upload use ImageMagick
Changelog
v1.0.0 (31-07-2022)
- Add avatar resize
- Add Version check
- Add Controller for ACP template
- Update check system requirement
- Bug in EXIF orientation handling
phpBB Image upload use ImageMagick
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 theimgupload
folder fromphpBB3/ext/imcger/
.