Skip to content

Commit 46d1cdf

Browse files
committed
Update README
1 parent b008b53 commit 46d1cdf

File tree

1 file changed

+40
-36
lines changed

1 file changed

+40
-36
lines changed

README.md

+40-36
Original file line numberDiff line numberDiff line change
@@ -1,36 +1,40 @@
1-
# ================================
2-
# ImageWorkshop class
3-
# ================================
4-
5-
[![Test status](https://secure.travis-ci.org/Sybio/ImageWorkshop.png?branch=master)](https://travis-ci.org/Sybio/ImageWorkshop)
6-
[![Latest Stable Version](https://poser.pugx.org/sybio/image-workshop/v/stable)](https://packagist.org/packages/sybio/image-workshop)
7-
[![Total Downloads](https://poser.pugx.org/sybio/image-workshop/downloads)](https://packagist.org/packages/sybio/image-workshop)
8-
[![Monthly Downloads](https://poser.pugx.org/sybio/image-workshop/d/monthly)](https://packagist.org/packages/sybio/image-workshop)
9-
[![License](https://poser.pugx.org/sybio/image-workshop/license)](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+
[![Test status](https://secure.travis-ci.org/Sybio/ImageWorkshop.png?branch=master)](https://travis-ci.org/Sybio/ImageWorkshop)
6+
[![Latest Stable Version](https://poser.pugx.org/sybio/image-workshop/v/stable)](https://packagist.org/packages/sybio/image-workshop)
7+
[![Total Downloads](https://poser.pugx.org/sybio/image-workshop/downloads)](https://packagist.org/packages/sybio/image-workshop)
8+
[![Monthly Downloads](https://poser.pugx.org/sybio/image-workshop/d/monthly)](https://packagist.org/packages/sybio/image-workshop)
9+
[![License](https://poser.pugx.org/sybio/image-workshop/license)](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

Comments
 (0)