Skip to content

Commit ad26965

Browse files
committed
Update README.md
1 parent 1d44739 commit ad26965

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,11 @@ Sketch of DD_ImgCopyResized->generateThumbnail() method
2626

2727
Source: http://php.net/manual/de/function.imagecopyresampled.php#112742
2828

29-
The desired storage location, final height, final width, quality, and
29+
The desired storage location, final height, final width, quality, and <br>
3030
the image file in .jpg, .gif, or .png format can be included as a parameter in the method.
3131

3232
The following steps are executed by the function on the basis of the transferred parameters:
33+
3334
1. Check of minimum size, check of image format, and security checks.
3435
2. The original image is moved/saved to the specified storage location.
3536
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).

0 commit comments

Comments
 (0)