| Modifier and Type | Method and Description |
|---|---|
void |
addOption(Option option) |
T |
baseline() |
T |
blur(int percentage) |
T |
brightness(int brightness) |
T |
contrast(int contrast) |
T |
height(int height) |
T |
hue(int hue) |
T |
negative() |
T |
oil() |
T |
pixelate(int pixels) |
T |
pixelateFaces(int pixels) |
T |
quality(int quality) |
T |
removeRedeye() |
T |
saturation(int saturation) |
protected String |
serialize() |
T |
sharpen(float radius) |
String |
toString() |
String |
toUrl() |
T |
unsharpMask(float radius,
float amount,
float threshold) |
T |
width(int width) |
public T width(int width)
public T height(int height)
public T brightness(int brightness)
public T contrast(int contrast)
public T hue(int hue)
public T saturation(int saturation)
public T blur(int percentage)
public T negative()
public T oil()
public T pixelate(int pixels)
public T pixelateFaces(int pixels)
public T removeRedeye()
public T sharpen(float radius)
public T unsharpMask(float radius, float amount, float threshold)
public T baseline()
public T quality(int quality)
public void addOption(Option option)
public String toUrl()
protected String serialize()
Copyright © 2016 wix.com. All rights reserved.