PHPackages                             thapp/image - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Image &amp; Media](/categories/media)
4. /
5. thapp/image

ActiveLibrary[Image &amp; Media](/categories/media)

thapp/image
===========

Image processor

v1.0.0beta1(11y ago)2572MITPHPPHP &gt;=5.4.0

Since Jul 17Pushed 9y ago2 watchersCompare

[ Source](https://github.com/iwyg/image)[ Packagist](https://packagist.org/packages/thapp/image)[ RSS](/packages/thapp-image/feed)WikiDiscussions master Synced 1w ago

READMEChangelogDependencies (2)Versions (4)Used By (0)

Image processing
----------------

[](#image-processing)

[![Build Status](https://camo.githubusercontent.com/b9cd548081f69807d850391e51b81a40e6f6ab1cf08b046868b8d0273722b042/68747470733a2f2f6170692e7472617669732d63692e6f72672f697779672f696d6167652e706e673f6272616e63683d6d6173746572)](https://travis-ci.org/iwyg/image)[![Code Climate](https://camo.githubusercontent.com/53c7fc9e70fcc60fb70e3fd0cb99bf8f98d4de7246f99dc1521a6f8d03a9a431/68747470733a2f2f636f6465636c696d6174652e636f6d2f6769746875622f697779672f696d6167652f6261646765732f6770612e737667)](https://codeclimate.com/github/iwyg/image)[![Coverage Status](https://camo.githubusercontent.com/91affa9eb97750ca7cf6428bc084663711163899c2a72e1b9dfc1fa93ea0b41b/68747470733a2f2f636f766572616c6c732e696f2f7265706f732f697779672f696d6167652f62616467652e7376673f6272616e63683d6d6173746572)](https://coveralls.io/r/iwyg/image?branch=master)[![HHVM Status](https://camo.githubusercontent.com/369f101242800f74fa091179bd7b5ac798d145f10bfc7ac6fd1c5f8e4e455f5f/687474703a2f2f6868766d2e683463632e64652f62616467652f74686170702f696d6167652e706e67)](http://hhvm.h4cc.de/package/thapp/image)[![Latest Stable Version](https://camo.githubusercontent.com/e4f0c7a26ca695697c6a8d7fe727937f815adf8b0a00d64f503608155d58167b/68747470733a2f2f706f7365722e707567782e6f72672f74686170702f696d6167652f762f737461626c652e706e67)](https://packagist.org/packages/thapp/image)[![Latest Unstable Version](https://camo.githubusercontent.com/c1669e8f12e454b06160eacc04a869901a50103e1e0d26916931b430fcf33ce0/68747470733a2f2f706f7365722e707567782e6f72672f74686170702f696d6167652f762f756e737461626c652e706e67)](https://packagist.org/packages/thapp/image)[![License](https://camo.githubusercontent.com/d581698358f88d0fe4d74d29da36d92add33ea7891961613a64a6734ee2bbb19/68747470733a2f2f706f7365722e707567782e6f72672f74686170702f696d6167652f6c6963656e73652e706e67)](https://packagist.org/packages/thapp/image)

This module was created for the usage in Thapp\\JitImage, but can be used as a standalone library for manipulating images. It's highly inspired by the Imagine library, but resolves a views flaws, but also way more limited.

Installation
------------

[](#installation)

Require `thapp/image` in your project directory

```
$ composer require thapp/image
```

or add this to your `composer.json`

```
{
	"require": {
		"thapp/image": "dev-master"
	}
}
```

Usage
-----

[](#usage)

### Quick Example

[](#quick-example)

```
