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
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -36,7 +36,7 @@ The following steps are executed by the function on the basis of the transferred
36
36
3. The image is scaled to the specified final height or width (so that the final height or width is not exceeded and there is no loss in dimension).
37
37
4. The image is cropped either from the right or from the bottom.
38
38
5. The transparent background is filled white.
39
-
6. Finally the thumbnail is saved by this function, and the storage location of the thumbnail is returned as a parameter for further processing (return value).
39
+
6. Finally the thumbnail is saved in a web comfort jpg format by this function, and the storage location of the thumbnail is returned as a parameter for further processing (return value).
40
40
41
41
This method should work and run on a wide range of php servers <br>
42
42
and works without additional pear php extensions! <br>
0 commit comments