All Projects → elboletaire → Watimage

elboletaire / Watimage

Licence: other
🖼 PHP image manipulation class

Projects that are alternatives of or similar to Watimage

Cometa
Super fast, on-demand and on-the-fly, image processing.
Stars: ✭ 8 (-68%)
Mutual labels:  image, image-manipulation
Gimage
A PHP library for easy image handling. 🖼
Stars: ✭ 148 (+492%)
Mutual labels:  image, gd
Image
Joomla Framework Image Package
Stars: ✭ 9 (-64%)
Mutual labels:  image, gd
Php Legofy
Transform your images as if they were made out of LEGO bricks.
Stars: ✭ 161 (+544%)
Mutual labels:  image-manipulation, gd
Wasm Imagemagick
Webassembly compilation of https://github.com/ImageMagick/ImageMagick & samples
Stars: ✭ 442 (+1668%)
Mutual labels:  image, image-manipulation
Zimg Host
Simple image hosting service
Stars: ✭ 62 (+148%)
Mutual labels:  image, gd
Bitmap
C++ Bitmap Library
Stars: ✭ 125 (+400%)
Mutual labels:  image, image-manipulation
Image
PHP Image Manipulation
Stars: ✭ 12,298 (+49092%)
Mutual labels:  image, gd
Menyoki
Screen{shot,cast} and perform ImageOps on the command line 🌱 🏞️
Stars: ✭ 255 (+920%)
Mutual labels:  image, image-manipulation
Imagecow
PHP library to manipulate and generate responsive images
Stars: ✭ 234 (+836%)
Mutual labels:  image, gd
Jspaint
🎨 Classic MS Paint, REVIVED + ✨Extras
Stars: ✭ 5,972 (+23788%)
Mutual labels:  image, image-manipulation
Oblique
With Oblique explore new styles of displaying images
Stars: ✭ 633 (+2432%)
Mutual labels:  image, image-manipulation
Image
Manipulate images with an expressive API
Stars: ✭ 781 (+3024%)
Mutual labels:  image, gd
Contrastive Unpaired Translation
Contrastive unpaired image-to-image translation, faster and lighter training than cyclegan (ECCV 2020, in PyTorch)
Stars: ✭ 822 (+3188%)
Mutual labels:  image-manipulation
Koa Dec Router
An ES6 decorator + class based router, support inherit, override, priority, auto load controllers, etc.
Stars: ✭ 19 (-24%)
Mutual labels:  class
Qt5 Imageviewer
Simple image viewer in Qt5
Stars: ✭ 5 (-80%)
Mutual labels:  image
Images
Source code of images.weserv.nl, to be used on your own server(s).
Stars: ✭ 798 (+3092%)
Mutual labels:  image-manipulation
Eager Image Loader
The eager-loading for image files on the web page that loads the files according to your plan. This differs from the lazy-loading, for example, this can be used to avoid that the user waits for the loading.
Stars: ✭ 22 (-12%)
Mutual labels:  image
Exhibit
Exhibit is a managed screensaver App for tvOS.
Stars: ✭ 19 (-24%)
Mutual labels:  image
Scrimage
Java, Scala and Kotlin image processing library
Stars: ✭ 792 (+3068%)
Mutual labels:  image

Watimage: GD Image Helper PHP Class

Build status Code coverage License Latest Stable Version Total Downloads Code Climate

Watimage is a group of PHP classes to help you resize, rotate, apply filters, watermarks and a lot more of things to your images using the PHP's GD library.

It was initially a CakePHP component, later became a simple Vendor class and now is a powerful set of classes to alter images.

And it maintains the transparencies in every scenario.

Requirements

You need php > 5.4 and the php GD package installed.

With aptitude:

sudo apt-get install php5-gd

With yum:

sudo yum install php-gd

Installing

With composer:

composer require elboletaire/watimage:~2.0.0

Check out the Watimage pages for more information about installation.

Usage

See all the information you need to know at the Watimage pages

API

Check out the API at the Watimage pages.

Examples

There are lot of examples at the examples folder, plus a lot more of examples and tutorials in the Watimage pages.

Before running the given examples, you need to composer install from Watimage root folder in order to get composer's autoloader downloaded into vendor folder.

composer install
cd examples
php Image.php
php Watermark.php
php Watimage.php

You can also put the Watimage folder in your local webhost webroot dir and point there your browser.

Testing

Please, see the information about testing in the Watimage pages.

Patches & Features

  • Fork
  • Mod, fix
  • Test - this is important, so it's not unintentionally broken
  • Commit - do not mess with license, todo, version, etc. (if you do change any, bump them into commits of their own that I can ignore when I pull)
  • Pull request - bonus point for topic branches

Bugs & Feedback

See the issues section.

Changelog

Check out the releases on github. They have different order than expected because I've created tags recently to not loose them and to have the whole changelog there.

LICENSE

See LICENSE.md.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].