Image Processing Overview¶
Aurora provides a number of image processing effects that give you control over how images in your app will look. The following can be used to adjust any image you choose:
Blur¶
The Blur processor gives you a way to blur and image to the amount desired.
Circular Mask¶
Create a circular outline to an image, cutting out and displaying a portion of it, like a spotlight.
Grayscale¶
The Grayscale processor will turn the image into its black and white equivalent.
Invert¶
The Invert processor quickly and easily inverts the colors of an image.
Resize¶
The Image Resize processor lets you change the height and width of an image to make suitable for exporting elsewhere.
Scale¶
The Scale processor lets you scale an image up or down with one simple line of code.
Sepia¶
The Sepia processor applies an old-fashioned sepia effect to the image.