Search found 6 matches

by RichVin
2014-06-13T06:20:51-07:00
Forum: Windows COM+ & Visual Basic
Topic: Need some assistance getting gifs to watermark in batch
Replies: 9
Views: 85903

Re: Need some assistance getting gifs to watermark in batch

Yep sorry your script does exactly what i wanted (originally) but i got greedy. I would like it to mimic the folder structure from input to output as well as put the files into the same structure it had in input as output Like i said, it's really not a big deal, you've been tremendous help already. ...
by RichVin
2014-06-13T05:56:09-07:00
Forum: Windows COM+ & Visual Basic
Topic: Need some assistance getting gifs to watermark in batch
Replies: 9
Views: 85903

Re: Need some assistance getting gifs to watermark in batch

Hate to ask you and be greedy, but is there any easy way to get the script to preserve folder structure from input to output with files ending up relative to their location in the input folders?

No bigy if it's not possible, this has helped me a lot already! Thanks
by RichVin
2014-06-13T05:36:33-07:00
Forum: Windows COM+ & Visual Basic
Topic: Need some assistance getting gifs to watermark in batch
Replies: 9
Views: 85903

Re: Need some assistance getting gifs to watermark in batch

you're a master of the craft sir, thank you very much, works perfectly.
by RichVin
2014-06-13T05:01:59-07:00
Forum: Windows COM+ & Visual Basic
Topic: Need some assistance getting gifs to watermark in batch
Replies: 9
Views: 85903

Re: Need some assistance getting gifs to watermark in batch

After further testing it seems that it only works on the first image in the loop, the other images get "path not found", maybe cause the loop adds `` marks to the filename or something? The funny thing is it seems windows is caching the bat script cause if i run the script with image 555.g...
by RichVin
2014-06-13T04:38:57-07:00
Forum: Windows COM+ & Visual Basic
Topic: Need some assistance getting gifs to watermark in batch
Replies: 9
Views: 85903

Re: Need some assistance getting gifs to watermark in batch

thanks for such a quick response! i used your script and it did do work somewhat but i ran into issues when trying more than one image see below what happened when script is being run C:\Program Files (x86)\ImageMagick>test.bat C:\Program Files (x86)\ImageMagick>set INDIR=D:\test C:\Program Files (x...
by RichVin
2014-06-13T02:43:25-07:00
Forum: Windows COM+ & Visual Basic
Topic: Need some assistance getting gifs to watermark in batch
Replies: 9
Views: 85903

Need some assistance getting gifs to watermark in batch

Hi, I'm not sure if i'm posting in the right section but i'm using windows 8. I have been using this command to watermark gif animations and it works good, however i would want to somewhat automate the process. C:\Program Files (x86)\ImageMagick>convert input.gif -coalesce -gravity SouthWest -geomet...