Download the PHP package treinetic/imageartist without Composer
On this page you can find all versions of the php package treinetic/imageartist. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download treinetic/imageartist
More information about treinetic/imageartist
Files in treinetic/imageartist
Package imageartist
Short Description ImageArtist is a php gd Wrapper which makes Image manipulation insanely easy, we introduce ImageArtist as Photoshop for php
License MIT
Informations about the package imageartist
ImageArtist 1.0.0
ImageArtist is a php gd Wrapper which makes Image manipulation insanely easy, we introduce ImageArtist as Photoshop for php
This project is an initiative of Treinetic (Pvt) Ltd, Sri Lanka. Contact us via [email protected] and get your project done by the experts.
Requirements
PHP 5.0 >
Optional ( Consider installing imagick along with pango for complex unicode Texts )
Install
The package can be installed via composer:
Usage ( Let's Dive In )
Very Basics
- Load Image, Most of the Classes Extends the Image class so if you know how to load an Image then you know how to use most of the library classes
Note : Remember to import ( use ) the class first, see demo folder for more complete code.
-
Image Resizing
-
Image Attributes
-
Change Format/ Save to Disk
-
Orientation
- Other Usefull Operations
Awesome Stuff
Lets do some things that matter
- Create a shape, for creating a custom shape you can directly use Either
CircularShape.php
orPolygonShape.php
however if you are looking for a standard shape which is not yet existing then still you can use eitherCircularShape.php
orPolygonShape.php
to create them but we encorage you to contribute to the project by adding those shape - Lets Create a Triangle ( There are few other Pre made shapes for your use )
- Create Create Custom Shape, lets see how we can make a nice Pentagon
- Lets Merge Two Triangles
- Let's Do Some Photoshop Shall we ? Create a Facebook cover
Change log
Please see CHANGELOG for more information what has changed recently.
Contributing
Please see CONTRIBUTING for details.
Credits
- Imal Hasaranga Perera
- Nuwan Chamara
- All Contributors
License
The MIT License (MIT). Please see License File for more information.
All versions of imageartist with dependencies
ext-gd Version *