Presets

Save combinations of commonly used image and video transformations in Presets

Cloudimage Presets are reusable templates of assets transformations that you can apply to any image or video for consistent results with a single click.

If you wish to apply the same transformations on many assets, you can define Presets (p) and apply transformations only using the Preset name (X).

p=X

All Image operations and Image filters can be included in a Preset, as well as Image watermarking and Image compression parameters.

You can find all your Presets in the admin panel, Settings / Image Settings / Presets.

Defining new Presets

...using the Asset Variation Builder

Most of the on-the-fly image transformations can be configured using the Asset Variation Builder, an in-line URL builder to preview each image transformation instantly.

Imagine you’re preparing images for an e-commerce product page. With the Asset Variation Builder, you can:

  1. Open the image from the Preset Settings page.

  2. Apply transformations:

    • Crop to a square ratio (1:1) for consistency across product listings

    • Automatically center the crop on the model face

    • Define webp as the best forced format

  3. Preview in real time how the image will look once delivered.

  4. Save as a Preset called “E-commerce Hero”.

Now, every product photo uploaded to Cloudimage can instantly use this Preset, ensuring all visuals share the same style, quality, and format — without manual edits or developer input.

Presets can be previewed in the Cloudimage Asset Library in Asset Details / Variations

...using the documentation

Visit the Transformations section of our documentation to discover all the available transformations you can use in Presets.

Preset name
Operations and filters
Syntax
Preview

gallery_thumb

w=250&h=250&gray=1

gallery_medium

w=450&h=300&radius=10&force_format=jpeg&q=85

gallery_large

w=1200&force_format=jpeg&optipress=2&wat=1&wat_gravity=northwest&wat_scale=60&wat_pad=20&wat_opacity=0.4

You can use additional operations together with a preset. Here is an example:

Preset name
Operations and filters
Syntax
Preview

red_ref_number

w=400&h=200&wat=1&wat_gravity=northeast&wat_pad=10&wat_font=Arial-Black&wat_fontsize=18&wat_colour=660000

Please note that an operation defined in any given preset cannot be overridden in the URL. For example, if a preset named small_img contains w=200, using /original_image_url?p=small_img&w=400 will still yield a 200-pixel-wide image.

Last updated

Was this helpful?