Hey everyone ๐
I wanted to share a workflow I recently built with n8n that automatically adds a logo or watermark to your images โ ideal for content creators, small businesses, or anyone who batch-processes media.
๐งฉ What it does: โข Reads images from a specified Google Drive folder โข Retrieves your logo (also stored in Drive) โข Resizes the logo and overlays it on each image โข Saves the watermarked images to a new Drive folder
No external APIs โ itโs 100% n8n-native and Google Drive nodes.
๐ ๏ธ Tools Used: โข Google Drive (for input/output) โข Edit Image node (to overlay watermark) โข Merge + Loop logic for batch processing โข Simple logic to support different image sizes or logo positions
๐ Use case:
I use it to batch watermark travel photos with my brand logo before uploading to Instagram, but it could work for photographers, meme pages, or even ecommerce product photos.
Happy to share the JSON or help others adapt it โ drop a comment if youโre interested!
Would love feedback or suggestions from this awesome community ๐ก