I'm trying to improve my current simple batch for watermark JPGs. Now I'm able to watermark all files in dir, watermarked files store in subdir with suffix. But I'm not satisfied with watermarking different size or orientation of original files.
Now I have this in FOR loop:
Code: Select all
composite ( logo_transparent.png -resize 15%% -gravity SouthEast -geometry +60+20 ) %1 Logo\%~n1_logo.jpg
So is there way how to do this better?
Im working on Windows 7 64b, with IM 6.9.0 Q16
Thanks