Search found 2 matches
- 2016-08-17T11:44:44-07:00
- Forum: Users
- Topic: Batch blur images in folder
- Replies: 8
- Views: 6702
Re: Batch blur images in folder
Thanks everyone for all your help! Really appreciate it. (FYI - these images are owned by myself, and it's actually the time/date stamp that we're trying to hide more than the copyright notice). Cheers
- 2016-08-16T03:50:27-07:00
- Forum: Users
- Topic: Batch blur images in folder
- Replies: 8
- Views: 6702
Batch blur images in folder
Hi all, I realise this might be posted somewhere, but I wasn't able to find it. I'm trying to add blur to the bottom section of 50,000 images. So far I've been able to achieve this for a single image (800 x 600) using the following code: convert -size 800x525 xc:black -size 100x75 xc:white -append ...