Fork me on GitHub
The League of Extraordinary Packages

Our Packages:

Presented by The League of Extraordinary Packages

Getting Started

Configuration

Image API

Effects

Blur blur

Adds a blur effect to the image. Use values between 0 and 100.

<img src="kayaks.jpg?w=500&blur=5>

© Photo Joel Reynolds

Performance intensive on larger amounts of blur with GD driver. Use with care.

Pixelate pixel

Applies a pixelation effect to the image. Use values between 0 and 1000.

<img src="kayaks.jpg?w=500&pixel=5>

© Photo Joel Reynolds

Filter filt

Applies a filter effect to the image. Accepts greyscale or sepia.

<img src="kayaks.jpg?w=500&filt=sepia>

© Photo Joel Reynolds