Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Minor content updates
  • Loading branch information
stefangabos committed Feb 6, 2019
1 parent 66025ca commit c61297c
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions README.md
Expand Up @@ -65,6 +65,12 @@ Here are the results of resizing a 800×573 pixels image to a 200×200 pixels im
</tr>
</table>

:books: Check out the [awesome documentation](https://stefangabos.github.io/Zebra_Image/Zebra_Image/Zebra_Image.html)!

## Support the development of this library

[![Donate](https://www.paypalobjects.com/en_US/i/btn/btn_donate_LG.gif)](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=BXHCKWCF6JCPQ)

## Features

- can be used to resize, flip, rotate, crop and sharpen images
Expand All @@ -74,10 +80,6 @@ Here are the results of resizing a 800×573 pixels image to a 200×200 pixels im
- code is heavily commented and generates no warnings/errors/notices when PHP's error reporting level is set to E_ALL
- has [awesome documentation](https://stefangabos.github.io/Zebra_Image/Zebra_Image/Zebra_Image.html)

## Support the development of this library

[![Donate](https://www.paypalobjects.com/en_US/i/btn/btn_donate_LG.gif)](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=BXHCKWCF6JCPQ)

## Requirements

PHP 5+, bundled GD 2.0.28+
Expand Down Expand Up @@ -178,4 +180,4 @@ if (!$image->resize(100, 100, ZEBRA_IMAGE_CROP_CENTER)) {
} else echo 'Success!';
```

:books: Checkout the [awesome documentation](https://stefangabos.github.io/Zebra_Image/Zebra_Image/Zebra_Image.html)!
:books: Check out the [awesome documentation](https://stefangabos.github.io/Zebra_Image/Zebra_Image/Zebra_Image.html)!

0 comments on commit c61297c

Please sign in to comment.