I am collecting images on my server to prepare instagram posts.
I would like Make to format the image for the next module “instagram for business”.
The procedure would be as follows:
- convert to jpg ([image] does this)
- scale image, keeping proportions, to reduce width to 1440 max ([image] does this)
- Crop height to respect aspect ratio (between 4:5 and 1.91:1) ( what module can achieve this ?)
- Check if filesize is larger than 8MB, then reduce filesize to below 8MB (what module can achieve this ?)
Can you help me achieve this with Make ?
Thanks