Extract Image Color Palette
Tool to specify how many colors to return when extracting a color palette. Use when you need to control palette size and format.
Adjust Image Contrast
Tool to adjust image contrast. Use when you need to modify an image's contrast level (−100 to 100).
IMGIX_CROP
Tool to control cropping alignment and behavior using Imgix's 'crop' parameter.
IMGIX_CS
Tool to set or strip output color space/profile on an Imgix image. Use when optimizing compatibility and file size (e.g., cs=strip for smaller metadata).
IMGIX_DL
Tool to force asset download. Use when you need to download an Imgix asset with a specific filename.
Adjust Image DPI
Tool to embed DPI (dots-per-inch) metadata for print output on an Imgix-rendered image. Use when preparing images for print to set accurate DPI. Supports JPEG and PNG only.
Set Device Pixel Ratio
Tool to set device pixel ratio for an Imgix image. Use when rendering at specific display densities to ensure correct sharpness. Example: 'dpr=2&w=500&h=300' doubles resolution r…
Imgix URL Expiration
Tool to append an expiration parameter to an Imgix URL so it returns 404 after a given time. Use when you want the image URL to stop serving beyond a specific UNIX timestamp.
IMGIX_FIT
Tool to control how an image fits target dimensions after resizing. Use when specifying width, height, and fit behavior.
IMGIX_FM
Tool to choose output file format for the rendered asset. Use after specifying the asset path when you need to convert its format.
Force Aspect Ratio
Tool to force a target aspect ratio on an Imgix image. Use when a specific W:H frame is needed after choosing fit=crop or fit=fill. Example: 'ar=16:9&fit=crop&w=800' yields a 16:…
IMGIX_H
Tool to set output image height in pixels or as a ratio of the source height. Use after constructing an Imgix URL to adjust only height.
Adjust Image Highlights
Tool to adjust highlight tonal mapping (−100 to 0). Use when preserving detail in bright areas of an image.
IMGIX_LIST_SOURCES
Tool to list all Sources for an account. Use when you need to retrieve and paginate through sources with optional sorting and filtering.
Set Watermark Base URL
Tool to set the base URL prepended to the watermark image path. Use when you need to host watermark assets on a custom domain or CDN.
Watermark Fit Mode
Tool to set how a watermark fits its target dimensions. Use when applying a watermark and you need control over fitting behavior (e.g., selecting 'scale'). For 'crop', ensure 'ma…
Imgix Mark Height
Tool to set watermark height on an Imgix URL in pixels or as a ratio of the watermark source. Use when adjusting overlay height while preserving aspect ratio.
IMGIX_MARK_PAD
Tool to set pixel padding between a watermark and the image edge or between tiled watermarks. Use after configuring watermark URL and alignment to adjust spacing precisely.
Watermark Width
Tool to set watermark width. Use when you need to enforce a watermark's width in pixels or as a proportion. Use after specifying watermark source.
IMGIX_MASK
Tool to apply a mask to an image. Use when needing rounded corners, ellipse shapes, or image-based masks.
IMGIX_MAX_H
Tool to limit output image height. Use when fit=crop is applied to prevent excessively tall images.
IMGIX_MAX_W
Tool to set the maximum output width on an Imgix URL. Use when you need to cap width (works only with fit=crop). Call after specifying fit=crop on the URL.
IMGIX_PALETTE
Tool to extract a color palette from an image in CSS or JSON form. Use when you need to analyze an image's dominant colors after any transformations.
Set CSS Palette Prefix
Tool to set class-name prefix for CSS palette output. Use when customizing CSS selectors for color-palette styling.
Set Output Quality
Tool to set output quality for lossy formats. Use when adjusting image compression quality for lossy image delivery.
IMGIX_RECT
Tool to select a source-image rectangle region in Imgix before other resizing. Use when you need to crop a specific region (x,y,w,h) of the source image.
Imgix Rotate
Tool to rotate an image on Imgix. Use when you need to apply a counter-clockwise rotation (0–359°) with optional mode control.
IMGIX_ROT_TYPE
Tool to control rotation behavior when `rot` is applied. Use after applying a `rot` parameter to choose between pivot (show entire image) or straighten (zoom and crop) behavior.
Text Overlay
Tool to render a single-line UTF-8 text overlay on an image. Use when you need simple text captions.
IMGIX_TXT_ALIGN
Tool to align a text overlay on an Imgix image. Use when you need to position text by specifying vertical (top/middle/bottom) and horizontal (left/center/right) alignment.
Set Text Color
Tool to set text overlay color on an Imgix image. Use when customizing text overlays with CSS color keywords or hex codes.
Set Text Font
Tool to choose font family/style for overlay text. Use when customizing text appearance after specifying content. Supports CSS font categories and optional bold/italic flags.
Set Text Outline Width
Tool to set outline width around overlay text. Use when styling text overlays on images.
Text Outline Color
Tool to set outline color for text. Use after enabling txt-line on an Imgix URL.
IMGIX_TXT_SHAD
Tool to set text shadow strength for overlay text. Use when you need to apply a drop shadow to text.
IMGIX_TXT_SIZE
Tool to set text font size in pixels. Use when overlaying text and needing precise control over font size. Specify after defining the text content; default is 12px.