Speed up image prep for the web by turning JPG and PNG links in a Google Sheet into compact WEBP files stored in Google Drive. Great for marketing teams, content managers, and ecommerce catalogs that need lighter images for faster pages and better SEO. Work runs from a simple sheet queue so anyone on the team can add links and see results.
The build starts with a manual run. It grabs the next image URL from the sheet, reads the file name and extension, and chooses the right path for JPG or PNG. The system calls an image service to create a WEBP version, writes the output link back to the sheet, then downloads the new file and uploads it to Google Drive with a clean name. The sheet marks the row as done so you do not repeat work.
The queue in Sheets keeps the process simple and visible. Both JPG and PNG are supported, and files end up in one Drive folder with consistent naming. You need accounts for Google Sheets, Google Drive, and an API key for the image service. Expect less manual clicking, smaller image sizes, and faster site speed. Useful for blog posts, product pages, and agency asset handoffs.