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.
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