You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -1,8 +1,8 @@
1
1
# phpBB Image upload use ImageMagick
2
2
3
3
## Description
4
-
This extension us the PHP imagick class to modify upload image for improved quality.
5
-
It can change the image size and/or the image file size. Rotate thumbnails according to their exif information. Remove EXIF data.
4
+
This extension us the PHP Imagick class to modify upload image for improved quality.
5
+
This extension can change the image size and/or the image file size. It rotate images and thumbnails according to their EXIF information and it can remove the EXIF data.
6
6
7
7
#### Settings in User Control Panel
8
8
- No settings.
@@ -31,11 +31,11 @@ For full functionality "Maximum image dimensions" in "ACP" > "Posting" > "Attach
31
31
- Click the `Disable` link for "Image upload use ImageMagick".
32
32
- Delete the `imgupload` folder from `phpBB3/ext/imcger/`.
33
33
- Copy the extension to `phpBB3/ext/imcger/imgupload`.
34
-
- Go to "ACP" > "Customise" > "Manage extensions" and enable the "Collapse Quote" extension.
34
+
- Go to "ACP" > "Customise" > "Manage extensions" and enable the "Image upload use ImageMagick" extension.
Copy file name to clipboardExpand all lines: imcger/imgupload/README.md
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
3
3
## Description
4
4
This extension us the PHP imagick class to modify upload image for improved quality.
5
-
It can change the image size and/or the image file size. Rotate thumbnails according to their exif information. Remove EXIF data.
5
+
This extension can change the image size and/or the image file size. It rotate images and thumbnails according to their EXIF information and it can remove the EXIF data.
6
6
7
7
#### Settings in User Control Panel
8
8
- No settings.
@@ -31,11 +31,11 @@ For full functionality "Maximum image dimensions" in "ACP" > "Posting" > "Attach
31
31
- Click the `Disable` link for "Image upload use ImageMagick".
32
32
- Delete the `imgupload` folder from `phpBB3/ext/imcger/`.
33
33
- Copy the extension to `phpBB3/ext/imcger/imgupload`.
34
-
- Go to "ACP" > "Customise" > "Manage extensions" and enable the "Collapse Quote" extension.
34
+
- Go to "ACP" > "Customise" > "Manage extensions" and enable the "Image upload use ImageMagick" extension.
0 commit comments