Posts Tagged automation
Tools for updating an online image gallery
Not long ago I shared my bash script for creating thumbnails and manageable sized “big” images for an image gallery, or other image store. Well, today I had to update an existing gallery with a pretty significant number of new images. It occurred to me that I’d like to only convert new images rather than [...]
Image thumbnail generating script
I have often wished that I could easily convert several images to a smaller size simultaneously. This is useful for batch resizing images for thumbnails, galleries, or use on the web. On a linux system with imageMagick installed, you can use the script at the end of this post to batch convert the images. I [...]