Filestack Documentation

Enumeration Transform​Enhance​Preset

@objc(FSTransformEnhancePreset)
public enum TransformEnhancePreset: UInt, CustomStringConvertible  

Represents an enhance transformation preset.

TransformEnhancePreset TransformEnhancePreset UInt UInt TransformEnhancePreset->UInt CustomStringConvertible CustomStringConvertible TransformEnhancePreset->CustomStringConvertible

Conforms To

CustomStringConvertible
UInt

Enumeration Cases

auto

case auto

Automatically chooses a preset that does best enhancement to a photo.

vivid

case vivid

Gives more depth and brightness to a photo.

beautify

case beautify

Automatically scans each face in the photo and adjusts how much corrections to apply to each face.

beautify​Plus

case beautifyPlus

Similar to beautify, but it applies stronger corrections and uses a larger set of possible modifications.

fix​Dark

case fixDark

By turning off the contrast, maximum detail is retrieved from the shadow areas without blowing out the bright areas.

fix​Noise

case fixNoise

Automatically detects noise, and if detected, applies powerful noise removal to remove any grains from your photos while preserving details.

fix​Tint

case fixTint

Removes abnormal tint (yellow, blue, green, etc.) from your photos.

outdoor

case outdoor

Optimizes your landscape photographs with more color vibrancy. The contrast is adjusted to reveal slightly more detail in the shadow areas.

fireworks

case fireworks

Applies correction for dark night sky and sets off excess colors from fireworks.

Properties

description

public var description: String  

Returns a String representation of self.