Querystring Examples
TODO
4 ways to grayscale
s.grayscale=true|y|ry|ntsc|bt709|flat (true, ntsc, and y produce identical results)
The following examples use NTSC/Y/True, RY, BT709, and Flat respectively

1 way to sepia

Inversion

Adjust opacity/alpha
s.alpha= 0..1
For true transparency, combine with format=png. Otherwise, the image will be blended against bgcolor.

Adjust contrast
s.contrast= -1..1



Adjust brightness
s.brightness= -1..1

Adjust saturation
s.saturation= -1..1
