Skip to content

CodeIgniter library that uses Instagram like filters with PHP and ImageMagick.

Notifications You must be signed in to change notification settings

alemohamad/ci-instagraph

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

CodeIgniter Library: Instagram filters

ci-instagraph

About this library

This CodeIgniter's Library is used to use Instagram like filters with ImageMagick & PHP.

I'm using the Instagraph library, created by Dejan Marjanovic.

Its usage is recommended for CodeIgniter 2 or greater.

Usage

$this->load->library('Instagraph/Instagraph');

$this->instagraph->setInput('picture-input.jpg');
$this->instagraph->setOutput('picture-output.jpg');
$this->instagraph->process('toaster');
// toaster, gotham, nashville, lomo, kelvin, tiltShift

Filters

Original

Toaster

Toaster

Gotham

Gotham

Nashville

Nashville

Lomo

Lomo

Kelvin

Kelvin

Tilt-Shift

Tilt-Shift

Ale Mohamad

About

CodeIgniter library that uses Instagram like filters with PHP and ImageMagick.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages