sybio/image-workshop

Powerful PHP class using GD library to work easily with images including layer notion (like Photoshop or GIMP)

3.0.0-beta1 2023-06-13 19:06 UTC

README

ImageWorkshop class

================================

Test status Latest Stable Version Total Downloads Monthly Downloads License

Summary and features

Really flexible and easy-to-use PHP class to work with images using the GD Library

http://phpimageworkshop.com/

Current master branch correspond to the next major release (v3) which only support PHP 8.0+.

Installation

The class is designed for PHP 8.0+... Check how to install the class here: http://phpimageworkshop.com/installation.html

For older PHP versions support, install the 2.x version branch.

Usage

What's new in the doc' ?

@todo

  • Adding a method to add easily borders to a layer (external, inside and middle border)
  • Check given hexa' color and remove # if exists.