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
+5-3Lines changed: 5 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -61,9 +61,11 @@ Only mime types defined in the `mime_types` array in the `config/multiSizeImage.
61
61
The default behavior is to create the resized image versions in the same path as the original's. To send the images to a different location you can provide the output path as a second optional parameter.
The `basePath` optional parameter can be used to keep the original file path as of the basePath.
68
+
67
69
**2.3. Resizing**
68
70
69
71
The resizable values are defined by the `sizes` array in the `config/multiSizeImage.php` file. This array has the keys as the size identification and the value as the size for the image be resized to.
@@ -99,10 +101,10 @@ If the image width and height are lower than the specified resize value, the ima
99
101
100
102
If you want to keep the original's file name instead of using a auto-generated one, set `keep_original_name` to `true` in the `config/multiSizeImage.php` file.
101
103
102
-
You can also provide a optional custom name as a third parameter to the `processImage` method.
104
+
You can also provide a optional custom name as a forth parameter to the `processImage` method.
0 commit comments