Image Manipulation URIs

The optional effect code can be one of the following:

The process code can be one of the following:

For the bleed color, you can specify any HTML named color. A list of color names can be found on w3schools.com. Also, you can specify an hex code with the format x123ABC instead of the color name.

Examples

URI to original image: /imateq/venue/446/1084/raw/2299.jpg

2299.jpg

URI to get a distorted 500 x 500 version with blur effect: /imateq/venue/446/1084/b500SD500/2299.jpg. The raw string in the original URI is replaced by the code b500SD500 and the result is the following image:

b500SD500.jpg

URI to get a 500 x 500 version, cropped from the top: /imateq/venue/446/1084/500KT200/2299.jpg.

500KT500.jpg

URI to get a 500 x 500 version, cropped from the center: /imateq/venue/446/1084/500KC200/2299.jpg.

500KC500.jpg

URI to get a scaled version, contained within 500 x 500 with sepia effect: /imateq/venue/446/1084/s500SC500/2299.jpg.

s500SC500.jpg

URI to get a scaled black & white version, contained within 500 x 500 with blue bleeding: /imateq/venue/446/1084/g500BK500blue/2299.jpg. The hex code equivalent URL would be /imateq/venue/446/1084/g500BK500x0000FF/2299.jpg

g500BK500blue.jpg