Search found 1 match
- 2015-06-30T18:17:47-07:00
- Forum: Users
- Topic: Composite via bat file failing in Task Scheduler
- Replies: 0
- Views: 6090
Composite via bat file failing in Task Scheduler
I'm trying to take one 1280x768 image (00001.jpg) and superimpose it over a 1280x1882 image (template/template.jpg) to create a new picture (00001.png). Then it repeats the process for another different picture. Here is my code: composite -gravity center "P:\Automation\iballisticsquid\00001.jpg" "P ...