Skip to main content

What this tool does

The Image Manipulator processes images in Airtable attachment fields using a pipeline of compression, resizing, and format conversion. Use it to standardize image sizes, reduce file sizes, convert formats, or create web-ready versions of uploaded images.

Settings reference

Source

SettingDescription
Source tableThe table containing the attachment field with images.
Source attachment fieldThe attachment field to read images from.
Output attachment fieldThe attachment field to write processed images to. Can be the same as the source field.

Compression

SettingDescription
Enable compressionToggle compression on or off.
Quality (1–100)Image quality for lossy compression. Lower = smaller file, lower quality. Only shown when compression is on.
Lossless compression (PNG only)Use lossless PNG compression. Only shown when compression is on.

Resize

SettingDescription
Enable resizeToggle resizing on or off.
Resize modeMax Dimensions, Exact Size, Percentage, or Preset.
Max width (px)Maximum width in pixels (Max Dimensions mode).
Max height (px)Maximum height in pixels (Max Dimensions mode).
Width (px)Exact target width (Exact Size mode).
Height (px)Exact target height (Exact Size mode).
Fit modeContain, Cover, or Fill (Exact Size mode).
Scale percentageScale by a percentage of the original size (Percentage mode). Range: 1–100.
Size presetThumbnail (150x150), Web (1200x800), Social (1080x1080), or HD (1920x1080).
Allow upscalingAllow images smaller than the target to be scaled up.

Format conversion

SettingDescription
Enable format conversionToggle format conversion on or off.
Output formatTarget format: JPEG, PNG, WebP, GIF, or TIFF.

Execution settings

SettingDescription
Overwrite source fieldReplace original images with processed versions in the source field.
Batch sizeRecords per batch.
On errorStop, Continue, or Skip record.

Processing pipeline

Processing runs in this order: Resize → Compress → Convert. All enabled operations are applied in sequence to each image.

Supported image types

The tool processes: JPEG, PNG, WebP, GIF, TIFF, BMP, SVG. Non-image files in attachment fields are skipped.

Fit modes (Exact Size)

Fit modeBehavior
ContainScale the image to fit within the dimensions, preserving aspect ratio. May leave empty space.
CoverScale and crop to fill the exact dimensions, preserving aspect ratio.
FillStretch or squeeze to fit exactly. Distorts the image if proportions differ.

Common questions

Yes. Set the output attachment field to a different field from the source. The original images remain in the source field, and processed versions are written to the output field.
All images in the attachment field are processed. Each image goes through the full compression/resize/convert pipeline.
Yes. The execution log reports the original and processed file sizes for each image, so you can see the compression savings.