Search found 3 matches
- 2011-10-28T10:02:29-07:00
- Forum: Users
- Topic: trying to make a simple bulk image program having issues
- Replies: 9
- Views: 14033
Re: trying to make a simple bulk image program having issues
Okay problem... nothing happens, I tried running it in windows 7 and windows xp my exact file is: watermark.bat ::Turn of displaying the code on the screen @echo off :: Read all the jpg images from the directory, vertical extent, add some text and save as a png in a different directory for %%f in ...
- 2011-10-27T07:35:21-07:00
- Forum: Users
- Topic: trying to make a simple bulk image program having issues
- Replies: 9
- Views: 14033
Re: trying to make a simple bulk image program having issues
I would probably use convert and do the file selecting in the batch script. I am not a batch script expert and have a couple of scripts on my site I have written and one from someone else that will probably help you out. Batch script example page I think you can do eveything you want done with ...
- 2011-10-21T07:23:27-07:00
- Forum: Users
- Topic: trying to make a simple bulk image program having issues
- Replies: 9
- Views: 14033
trying to make a simple bulk image program having issues
The idea of my program is to take all the pictures in one folder and apply the following First expand the image canvas vertically with a white background From there it should then put the specified text in every corner however my code isn't working and probably has errors all over it, Im using ...