new CloudinaryTransformable()

SDK

Description

Cloudinary Transformable interface, extended by any class that needs a Transformation Interface

Methods


border( border ) → {this}

Description

A proxy to Transformation - Calls the same method contained in this.transformation

Parameters
Name Type Description
border Actions.Border
Returns

reshape( reshape ) → {this}

Description

A proxy to Transformation - Calls the same method contained in this.transformation

Parameters
Name Type Description
reshape Actions.Reshape
Returns

resize( resize ) → {this}

Description

A proxy to Transformation - Calls the same method contained in this.transformation

Parameters
Name Type Description
resize Actions.Resize
Returns

quality( quality ) → {this}

Description

A proxy to Transformation - Calls the same method contained in this.transformation

Parameters
Name Type Description
quality Actions.Delivery
Returns

roundCorners( roundCorners ) → {this}

Description

A proxy to Transformation - Calls the same method contained in this.transformation

Parameters
Name Type Description
roundCorners Actions.RoundCorners
Returns

overlay() → {this}

Description

A proxy to Transformation - Calls the same method contained in this.transformation

Returns

addVariable( variableAction ) → {this}

Description

A proxy to Transformation - Calls the same method contained in this.transformation

Parameters
Name Type Description
variableAction Actions.Variable
Returns

conditional( conditionalAction ) → {this}

Description

A proxy to Transformation - Calls the same method contained in this.transformation

Parameters
Name Type Description
conditionalAction Actions.Condition
Returns

effect( effect ) → {this}

Description

A proxy to Transformation - Calls the same method contained in this.transformation

Parameters
Name Type Description
effect Actions.effect
Returns

adjust( action ) → {this}

Description

A proxy to Transformation - Calls the same method contained in this.transformation

Parameters
Name Type Description
action Actions.Adjust
Returns

rotate( rotate ) → {this}

Description

A proxy to Transformation - Calls the same method contained in this.transformation

Parameters
Name Type Description
rotate Actions.Rotate
Returns

namedTransformation( namedTransformation ) → {this}

Description

A proxy to Transformation - Calls the same method contained in this.transformation

Parameters
Name Type Description
namedTransformation Actions.NamedTransformation
Returns

delivery( deliveryAction ) → {this}

Description

A proxy to Transformation - Calls the same method contained in this.transformation

Parameters
Name Type Description
deliveryAction Actions.Delivery
Returns

backgroundColor( color ) → {this}

Description

A proxy to Transformation - Calls the same method contained in this.transformation

Parameters
Name Type Description
color Qualifiers.color
Returns

psdTools( action ) → {this}

Description

A proxy to Transformation - Calls the same method contained in this.transformation

Parameters
Name Type Description
action Actions.PSDTools
Returns

extract( action ) → {this}

Description

A proxy to Transformation - Calls the same method contained in this.transformation

Parameters
Name Type Description
action Actions.Extract
Returns

addFlag( flagQualifier ) → {this}

Description

A proxy to Transformation - Calls the same method contained in this.transformation

Parameters
Name Type Description
flagQualifier Qualifiers.Flag | string
Returns

customFunction( customFunction ) → {this}

Description

A proxy to Transformation - Calls the same method contained in this.transformation

Parameters
Name Type Description
customFunction Actions.CustomFunction
Returns

addAction( action ) → {this}

Description

A proxy to Transformation - Calls the same method contained in this.transformation

Parameters
Name Type Description
action SDK.Action | string
Returns

addTransformation( tx )

Description

Extend your transformation with another transformation

Parameters
Name Type Description
tx string | SDK.Transformation

toString() → {string}

Description

A proxy to Transformation - Calls the same method contained in this.transformation

Returns

underlay() → {this}

Description

A proxy to Transformation - Calls the same method contained in this.transformation

Returns