Transparent Watermark and task scheduler
Posted: 2007-12-01T11:20:09-07:00
I am adding a watermark to an image via a batch file which is ran from task scheduler. if i run the batch from a command line myself the logo i am using for the watermark is transparent (the way it should be) but if it is ran through the task scheduler the transparent areas are black .. here is the line in my batch
composite -dissolve 100% -geometry +20+0 -gravity southeast kol_logo2314.gif current.png currentlg.png
any ideas what the heck is different? Thank in advance.
Doyle
composite -dissolve 100% -geometry +20+0 -gravity southeast kol_logo2314.gif current.png currentlg.png
any ideas what the heck is different? Thank in advance.
Doyle