|
1 |
| -# ================================ |
2 |
| -# ImageWorkshop class |
3 |
| -# ================================ |
4 |
| - |
5 |
| -[](https://travis-ci.org/Sybio/ImageWorkshop) |
6 |
| -[](https://packagist.org/packages/sybio/image-workshop) |
7 |
| -[](https://packagist.org/packages/sybio/image-workshop) |
8 |
| -[](https://packagist.org/packages/sybio/image-workshop) |
9 |
| -[](https://packagist.org/packages/sybio/image-workshop) |
10 |
| - |
11 |
| -### Summary and features |
12 |
| -Really flexible and easy-to-use PHP class to work with images using the GD Library |
13 |
| - |
14 |
| -http://phpimageworkshop.com/ |
15 |
| - |
16 |
| -### Installation |
17 |
| - |
18 |
| -The class is designed for PHP 5.3+, but it can work with older PHP versions... Check how to install the class here: http://phpimageworkshop.com/installation.html |
19 |
| - |
20 |
| -### Usage |
21 |
| - |
22 |
| -- Learn how to use the class in 5 minutes: http://phpimageworkshop.com/quickstart.html |
23 |
| -- The complete documentation: http://phpimageworkshop.com/documentation.html |
24 |
| -- Usefull tutorials: http://phpimageworkshop.com/tutorials.html |
25 |
| -- Changelog: [CHANGELOG.md](CHANGELOG.md) |
26 |
| - |
27 |
| -**What's new in the doc' ?** |
28 |
| - |
29 |
| -- Installation guide: http://phpimageworkshop.com/installation.html |
30 |
| -- Adding the flip documentation: http://phpimageworkshop.com/doc/25/flip-vertical-horizontal-mirror.html |
31 |
| -- Adding the opacity documentation which was omitted: http://phpimageworkshop.com/doc/24/opacity-transparency.html |
32 |
| -- Tutorial "Manage animated GIF with ImageWorkshop (and GiFFrameExtractor & GifCreator)": http://phpimageworkshop.com/tutorial/5/manage-animated-gif-with-imageworkshop.html |
33 |
| - |
34 |
| -### @todo |
35 |
| -- Adding a method to add easily borders to a layer (external, inside and middle border) |
36 |
| -- Check given hexa' color and remove # if exists. |
| 1 | +# ================================ |
| 2 | +# ImageWorkshop class |
| 3 | +# ================================ |
| 4 | + |
| 5 | +[](https://travis-ci.org/Sybio/ImageWorkshop) |
| 6 | +[](https://packagist.org/packages/sybio/image-workshop) |
| 7 | +[](https://packagist.org/packages/sybio/image-workshop) |
| 8 | +[](https://packagist.org/packages/sybio/image-workshop) |
| 9 | +[](https://packagist.org/packages/sybio/image-workshop) |
| 10 | + |
| 11 | +### Summary and features |
| 12 | +Really flexible and easy-to-use PHP class to work with images using the GD Library |
| 13 | + |
| 14 | +http://phpimageworkshop.com/ |
| 15 | + |
| 16 | +Current `master` branch correspond to the next major release (v3) which only support PHP 8.0+. |
| 17 | + |
| 18 | +### Installation |
| 19 | + |
| 20 | +The class is designed for PHP 8.0+... Check how to install the class here: http://phpimageworkshop.com/installation.html |
| 21 | + |
| 22 | +For older PHP versions support, install the [2.x](https://github.com/Sybio/ImageWorkshop/tree/2.x) version branch. |
| 23 | + |
| 24 | +### Usage |
| 25 | + |
| 26 | +- Learn how to use the class in 5 minutes: http://phpimageworkshop.com/quickstart.html |
| 27 | +- The complete documentation: http://phpimageworkshop.com/documentation.html |
| 28 | +- Usefull tutorials: http://phpimageworkshop.com/tutorials.html |
| 29 | +- Changelog: [CHANGELOG.md](CHANGELOG.md) |
| 30 | + |
| 31 | +**What's new in the doc' ?** |
| 32 | + |
| 33 | +- Installation guide: http://phpimageworkshop.com/installation.html |
| 34 | +- Adding the flip documentation: http://phpimageworkshop.com/doc/25/flip-vertical-horizontal-mirror.html |
| 35 | +- Adding the opacity documentation which was omitted: http://phpimageworkshop.com/doc/24/opacity-transparency.html |
| 36 | +- Tutorial "Manage animated GIF with ImageWorkshop (and GiFFrameExtractor & GifCreator)": http://phpimageworkshop.com/tutorial/5/manage-animated-gif-with-imageworkshop.html |
| 37 | + |
| 38 | +### @todo |
| 39 | +- Adding a method to add easily borders to a layer (external, inside and middle border) |
| 40 | +- Check given hexa' color and remove # if exists. |
0 commit comments