#Named Transforms
Named transforms are reusable presets that define a set of image transformation parameters. Instead of specifying w_800,h_600,fit_cover in every URL, you can create a named transform called hero and use it as t_hero.
#Creating a Transform
Click New Transform to open the creation form.
Enter:
-
Name — a URL-friendly identifier (e.g.,
thumbnail,hero-banner). This becomes thet_value in URLs. -
Parameters — set the transform parameters like width, height, fit mode, quality, blur, and format.
-
Locked parameters — mark specific parameters as locked to prevent URL overrides. For example, locking
widthto200means the URLt_thumbnail,w_999will still usew_200.
#Using Named Transforms
Once created, use the transform name in image URLs:
https://img.pixault.io/{project}/{imageId}/t_thumbnail.webpYou can combine a named transform with additional (non-locked) parameters:
https://img.pixault.io/{project}/{imageId}/t_thumbnail,q_90.webp#Editing and Deleting
Click any transform in the list to view its parameters. Use the Edit button to modify it or Delete to remove it.
Deleting a named transform does not affect cached images that were already generated with it. However, new requests using the deleted transform name will return an error.