Anyone worked on a workflow for image resizing automation?

This topic was automatically generated from Slack. You can find the original thread here.

Mohammed Zeeshan : Anyone worked on a workflow for image resizing automation?

I want to automate image resizing while posting from Airtable to Webflow and had looke at sharp but would like to know if anyone has worked on that previously.

Thanks :slightly_smiling_face:

Raymond Camden : I did a workflow where new images in dropbox would have their metadata checked and location noted. so for ex, if the gps of the pic said state X, city Y, i’d move the picture to a folder, /state/city. It wasn’t resizing, but image automation

Mohammed Zeeshan : That’s good to know. How did you achieve this? Using libraries? Btw, i am considering something that would resize images before they are sent (to Webflow CMS)

Raymond Camden : i used the Dropbox event source, lets you do something on file addition. i then wrote node code that noticed if the new file was an image, read the metadata, used HERE’s reverse geocde, and then moved the file

Raymond Camden : details here: https://developer.here.com/blog/integrating-here-in-pipedream-workflows

Mohammed Zeeshan : This is so cool!

Raymond Camden : hope it helps

David Watson : Loved your article … thanks for mentioning it.

Nacho Caballero : I didn’t know this at first, but Webflow auto-resizes images: Responsive images in Webflow | Webflow University

Mohammed Zeeshan : Hey didn’t notice that though i have been using webflow for past 3 years :grimacing: This is awesome! :star-struck: