We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ebb7bd5 + 3ea5ad5 commit c8acaa8Copy full SHA for c8acaa8
README.md
@@ -66,7 +66,7 @@ To scale an image, in this case to half it's size (scaling is percentage based):
66
```php
67
$image = new ImageResize('image.jpg');
68
$image->scale(50);
69
-$image->save('image2.jpg')
+$image->save('image2.jpg');
70
```
71
72
To resize an image according to one dimension (keeping aspect ratio):
0 commit comments