Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Sybio/ImageWorkshop
ImageWorkshop is a PHP5.3+ library that helps you to manage images based on GD library
https://github.com/Sybio/ImageWorkshop
Last synced: about 1 month ago
JSON representation
ImageWorkshop is a PHP5.3+ library that helps you to manage images based on GD library
- Host: GitHub
- URL: https://github.com/Sybio/ImageWorkshop
- Owner: Sybio
- License: other
- Created: 2012-03-06T16:07:02.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2023-06-13T19:13:27.000Z (over 1 year ago)
- Last Synced: 2024-08-01T21:54:32.676Z (4 months ago)
- Language: PHP
- Homepage: http://phpimageworkshop.com/
- Size: 2.84 MB
- Stars: 861
- Watchers: 63
- Forks: 189
- Open Issues: 23
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
Awesome Lists containing this project
- awesome-php - PHP Image Workshop - Another image manipulation library. (Table of Contents / Imagery)
- awesome-projects - PHP Image Workshop - Another image manipulation library. (PHP / Imagery)
- php-awesome - ImageWorkshop - 管理和操作图片的 PHP 类库 (类库 / 图像处理)
- awesome-php - PHP Image Workshop - Another image manipulation library. (Table of Contents / Imagery)
- awesome-php-cn - PHP Image Workshop - 另一个图像处理库. (目录 / 图像 Imagery)
README
# ================================
# ImageWorkshop class
# ================================[![Test status](https://secure.travis-ci.org/Sybio/ImageWorkshop.png?branch=master)](https://travis-ci.org/Sybio/ImageWorkshop)
[![Latest Stable Version](https://poser.pugx.org/sybio/image-workshop/v/stable)](https://packagist.org/packages/sybio/image-workshop)
[![Total Downloads](https://poser.pugx.org/sybio/image-workshop/downloads)](https://packagist.org/packages/sybio/image-workshop)
[![Monthly Downloads](https://poser.pugx.org/sybio/image-workshop/d/monthly)](https://packagist.org/packages/sybio/image-workshop)
[![License](https://poser.pugx.org/sybio/image-workshop/license)](https://packagist.org/packages/sybio/image-workshop)### Summary and features
Really flexible and easy-to-use PHP class to work with images using the GD Libraryhttp://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](https://github.com/Sybio/ImageWorkshop/tree/2.x) version branch.
### Usage
- Learn how to use the class in 5 minutes: http://phpimageworkshop.com/quickstart.html
- The complete documentation: http://phpimageworkshop.com/documentation.html
- Usefull tutorials: http://phpimageworkshop.com/tutorials.html
- Changelog: [CHANGELOG.md](CHANGELOG.md)**What's new in the doc' ?**
- Installation guide: http://phpimageworkshop.com/installation.html
- Adding the flip documentation: http://phpimageworkshop.com/doc/25/flip-vertical-horizontal-mirror.html
- Adding the opacity documentation which was omitted: http://phpimageworkshop.com/doc/24/opacity-transparency.html
- Tutorial "Manage animated GIF with ImageWorkshop (and GiFFrameExtractor & GifCreator)": http://phpimageworkshop.com/tutorial/5/manage-animated-gif-with-imageworkshop.html### @todo
- Adding a method to add easily borders to a layer (external, inside and middle border)
- Check given hexa' color and remove # if exists.