Resize, crop, and convert images to PNG or JPG format. Supports multiple resize modes (scale to preserve aspect ratio, pad with background color, or crop). Use when you need to adjust image dimensions, change format, or prepare images for specific size requirements. Supports GIF…
imagestringRaw image file bytes (max 10 MB). Supports GIF, ICO, JPEG, PNG, TIFF formats. Required if not providing 'image-url'.
widthRequiredintegerTarget width in pixels for the resized image (1-5000).
formatstringOutput image format. Either 'png' or 'jpg'. Defaults to 'png'.
heightintegerTarget height in pixels for the resized image (1-5000). If not specified, height is auto-calculated to preserve aspect ratio.
bg-colorstringBackground color in hexadecimal notation (e.g. '#ffffff') or 'transparent' for PNG. Used when resize-mode is 'pad'. Defaults to 'transparent'.
image-urlstringThe URL or Base64 encoded Data URL for the source image. Supports GIF, ICO, JPEG, PNG, TIFF formats (max 10 MB). Required if not providing 'image'.
resize-modestringResize mode: 'scale' (preserve aspect ratio), 'pad' (fill space with bg-color), or 'crop' (centered crop). Defaults to 'scale'.
dataRequiredData from the action execution
errorstringError if any occurred during the execution of the action
successfulRequiredbooleanWhether or not the action execution was successful or not
API key connection. Risk level 2 of 5.
Free Action
No published Skills explicitly reference this Action yet.