Search found 2 matches

by jojocague
2016-06-16T09:27:24-07:00
Forum: Users
Topic: unable to open image
Replies: 2
Views: 8921

Re: unable to open image

Thank you very much !
by jojocague
2016-06-16T05:30:36-07:00
Forum: Users
Topic: unable to open image
Replies: 2
Views: 8921

unable to open image

@echo off title = gif watermarking tool goto :start :start SET FIRST=C:\Users\fff\Desktop\gifs SET SECOND=C:\Users\fff\Desktop\gifs2 for /F "usebackq" %%F in (`dir /b %FIRST%\*.gif`) do (magick convert %%F -coalesce -gravity SouthEast -geometry +0+0 null: watermark.png -layers composite -layers ...