Image Make integrationAutomate Image with Make.
Need every picture in the right size and format before it lands anywhere? The Image Make integration gives you 3 built-in modules that resize, convert and inspect a picture inside a scenario. This page explains each one and walks you through a first working flow.
Verified Trustpilot reviews · AI, automation & growth agency
What does the Image Make integration do?
The Image Make integration is a set of built-in tools that change a picture while it passes through a scenario, the automation you build in Make. It adds no outside service: it takes an image handed over by another app, reshapes it or reads its details, and passes the result to the next step.
Product photos that fit your store. A supplier sends pictures in every size. Put Resize after the app that receives them, set the width and height you want, and every file leaves the scenario with the same dimensions.
One format for the whole library. Your design team exports one type while the website expects another. Convert a format switches each picture to the type you choose, so nobody reopens files by hand.
A quick check before anything else. Extract metadata reads the size and type of a file, so a later step can route large pictures to Resize and leave the rest alone.
What Image does not do: it never watches a folder and never starts a scenario on its own. It always sits after another module that supplies the file. On the Free plan, keep in mind that Make handles files up to 5 MB. If you are weighing platforms, the n8n vs Make comparison lays out the differences, and the Make training covers file handling step by step. For flows that stop with an error, see Make troubleshooting.
How do you set up Image in Make?
- 01
Add an Image module
In your scenario, click the + after the module that brings in the file, search for Image and pick the module you need. A module is one brick of the scenario, here one change applied to a picture.
- 02
Create a connection if Make asks
If Make shows Create a connection, click it and give the connection a name you will recognize. A connection is your account linked to Make once and reused by every module of the same app.
- 03
Save and fill the fields
Click Save, then point the module at the file coming from the previous step. Make shows the data it received so you can map it with a click instead of typing anything.
Build your first scenario with Image
GoalWhen another app hands over a picture, Make resizes it and then converts it to the format your site uses.
- 01
Create the scenario
Open the Scenarios page, create a new scenario and click the + to add the first module. That first module comes from the app that holds your pictures.
- 02
Add Resize
Click the + on the right of that module, search for Image and choose Resize. Map the file from the previous module and enter the height and width you need.
- 03
Chain Convert a format
Add one more module with the +, pick Convert a format and map the resized file coming out of Resize. Then pick the format your site expects.
- 04
Test with Run once
Click Run once. Make runs the scenario a single time and shows the bundles each module received, a bundle being one item passed along, here one picture.
- 05
Schedule and switch on
Open the clock on the first module to set the schedule, every 15 minutes by default, then switch the scenario on. Each module run counts as one operation on your plan.
What each Image module does
Image gives you 3 modules. For each one: what it does for you, when to reach for it, and what to watch out for.
Convert a format
TransformerIn Make“Converts an image into another format.”
Turns a picture into another file type, so the next app receives exactly the format it accepts. You get a clean file ready to upload without opening an editor.
Extract metadata
TransformerIn Make“Returns basic information about an image (size, type and the like).”
Reads the basic details of a picture, such as its size and type, and hands them to the next module as data. Nothing is changed in the file itself, you simply learn what you are dealing with.
Resize
TransformerIn Make“Changes height and width according to the criteria you specify.”
Changes the height and width of a picture according to the criteria you set, so every file comes out with the dimensions your channel expects. Handy when sources send images of all shapes.
Need help automating Image with Make?
A person reads every message.