Effect transformationCDN delivery

wave

Apply the wave transformation to the delivered image.

Delivery URL

Use the Vyso CDN URL to transform and deliver this asset. Generated variants can be cached for subsequent requests.

https://cdn.vyso.io/wave:amplitude=10,wavelength=50/ASSET_ID.jpg

Parameters

Parameters for wave
ParameterTypeRequiredDescription
amplitudenumberNoAmplitude value (min 1, max 50).Default: 10.
wavelengthnumberNoWavelength value (min 1, max 150).Default: 50.

Examples

The same transformation, shown through the canonical CDN delivery integration.

curl -i "https://cdn.vyso.io/wave:amplitude=10,wavelength=50/ASSET_ID.jpg"

Every example requests the same CDN URL. Use the form that fits the application you are integrating.

Delivery behavior

The CDN applies the requested operation to the source asset and delivers the generated representation. Repeated requests can reuse the cached variant at the edge.

Back to all transformations