Well Im using copies so i dont see the problem?
The gifs took a while and were cpu intensive but seemed to work.
Search found 8 matches
- 2015-08-20T11:51:22-07:00
- Forum: Users
- Topic: Suggested batch code for image watermarking?
- Replies: 4
- Views: 1610
- 2015-08-20T09:15:13-07:00
- Forum: Users
- Topic: Suggested batch code for image watermarking?
- Replies: 4
- Views: 1610
Re: Suggested batch code for image watermarking?
thanks, but is that only for jpgs? do i have to make a second one for the gifs? Im still very new to this :) Oh i see what the format thing is for to make a new file rather than overwrite, but what if it was an animalted gif it would then be saved as a static jpg wouldnt it which i dont want ...
- 2015-08-20T08:55:46-07:00
- Forum: Users
- Topic: Suggested batch code for image watermarking?
- Replies: 4
- Views: 1610
Suggested batch code for image watermarking?
I successfully used: composite -compose atop -geometry +75 -gravity southeast myhubbachat1.png pic.jpg photo-watermarked.jpg to do what I want on one image. I want a batch file to do it on 2k/x amount of images now. So is that one still good with a little modfication or I need something more. Please ...
- 2015-08-13T13:38:12-07:00
- Forum: Users
- Topic: Why doesn't it work from .bat file via 3rd party program?
- Replies: 8
- Views: 2718
Re: Why doesn't it work from .bat file via 3rd party program?
Ye I wasnt just being awkward .
- 2015-08-13T12:26:52-07:00
- Forum: Users
- Topic: Why doesn't it work from .bat file via 3rd party program?
- Replies: 8
- Views: 2718
Re: Why doesn't it work from .bat file via 3rd party program?
Well I ended up doing a mogrify on the batch via command so didnt need to use the other program. :) The program is: http://zennolab.com/en/products/zennoposter/ I may want to do it in future (ie run imagemagick on the fly via the other program) but for now I just needed to chop a batch of pics ...
- 2015-08-13T11:16:13-07:00
- Forum: Users
- Topic: Why doesn't it work from .bat file via 3rd party program?
- Replies: 8
- Views: 2718
Re: Why doesn't it work from .bat file via 3rd party program?
convert.exe: "no decode delegate for this format JPEG"
convert.exe: no images defined
So it seems imgemagick cannot communicate somehow?
convert.exe: no images defined
So it seems imgemagick cannot communicate somehow?
- 2015-08-13T11:13:05-07:00
- Forum: Users
- Topic: Why doesn't it work from .bat file via 3rd party program?
- Replies: 8
- Views: 2718
Re: Why doesn't it work from .bat file via 3rd party program?
What do you mean by "dir 1.jpg"? The tool doesnt have a command line it is drag and drop operations. Looking at the error in the command box before it closes I see the error is error loading (imagemagick) module, and file path but I cant get the command box to stay open to tell you the full module ...
- 2015-08-13T10:58:43-07:00
- Forum: Users
- Topic: Why doesn't it work from .bat file via 3rd party program?
- Replies: 8
- Views: 2718
Why doesn't it work from .bat file via 3rd party program?
convert 1.jpg -gravity South -chop 0x25 2.jpg Above works when I run the bat file by double clicking manually or when I type in command prompt but it gives an error when I try and run via an automation tooI use. You won't have heard of the tool so I won't mention it :). but it just runs command ...