Adjust
Use the adjust transformation when you want to tune brightness, saturation, and color together in one delivered image variant.
Overview
adjust is useful for small visual corrections or consistent styling across generated images, content images, cards, and previews. It combines multiple tone controls into one transformation value.
Syntax
| Field | Value |
|---|---|
| Canonical parameter | adjust |
| Alias | a |
| Value syntax | brightness[:saturation[:color]] or an SDK object with brightness, optional saturation, and optional color |
Example
https://cdn.imgwire.dev/{organization_id}/{environment_id}/{image_id}?adjust=1.45:1.7:1.4
image.url({
adjust: '1.45:1.7:1.4',
format: 'auto',
quality: 'auto',
});
imgwire images url img_123 --adjust 1.45:1.7:1.4 --format auto --quality auto
Before and after
Best practices
- Use
adjustfor broad tone correction when one combined value is easier to manage than separate transformations. - Use individual transformations like Brightness, Saturation, or Contrast when you want more explicit control.
- Keep adjustment values consistent for repeated UI treatments.
Common mistakes
- Over-adjusting images until colors look unnatural across different uploads.
- Using
adjustwhen a single-purpose transformation would be easier to document and maintain. - Forgetting that adjustment applies only to the delivered variant.
Related pages
Last updated at: May 9, 2026