Tag Archives: gallery

Use PHP, GD and .htaccess to Watermark All Images in a Directory 11

The goal here is to watermark all images in a certain directory, except for thumbnails or other selection. You can either do this on each file prior to placing on your webserver – which is probably wise for CPU load issues – but let’s just say you want to do this for all files served [...]