Thanks again! This worked perfect at first try! THANKS!
Im gonna use this solution :)
Is there a way to stamp/watermark a folder of several JPG images - where the watermark/stamp is the files filename? [...] Desired output would be IMG_0001_copy.JPG where the filename "0001" or "IMG_0001" is ...
Search found 3 matches
- 2017-02-16T12:41:45-07:00
- Forum: Users
- Topic: Watermark stamp entire folder jpg with filename
- Replies: 4
- Views: 8798
- 2017-02-16T11:34:31-07:00
- Forum: Users
- Topic: Watermark stamp entire folder jpg with filename
- Replies: 4
- Views: 8798
Re: Watermark stamp entire folder jpg with filename
Thanks!
First command line worked!
Second alternative generated this (running CMD as admin, current directory same as the one holding the images, convert.exe copied to same folder)
*TEST 1:
D:\STAMP_IN>for %F in (IMG_*.JPG) do %IM%convert %F -gravity SouthWest -pointsize 40 -annotate +5+5 %t ...
First command line worked!
Second alternative generated this (running CMD as admin, current directory same as the one holding the images, convert.exe copied to same folder)
*TEST 1:
D:\STAMP_IN>for %F in (IMG_*.JPG) do %IM%convert %F -gravity SouthWest -pointsize 40 -annotate +5+5 %t ...
- 2017-02-16T07:16:00-07:00
- Forum: Users
- Topic: Watermark stamp entire folder jpg with filename
- Replies: 4
- Views: 8798
Watermark stamp entire folder jpg with filename
Is there a way to stamp/watermark a folder of several JPG images - where the watermark/stamp is the files filename?
Searched but could not find solution
Im a photographer and need to generata gallerys for customers where they can select photos from filename stamped/watermarked on to the photo/jpg ...
Searched but could not find solution
Im a photographer and need to generata gallerys for customers where they can select photos from filename stamped/watermarked on to the photo/jpg ...