Search found 2 matches

by svarturvalko
2018-08-27T01:18:28-07:00
Forum: Users
Topic: choose starting frame (different than frame 0) for a GIF
Replies: 4
Views: 6535

Re: choose starting frame (different than frame 0) for a GIF

my knowledge on the command is very basic but currently am using this on my bat file. convert +repage -fuzz 3.0%% -delay 3 -loop 0 *.png -layers OptimizePlus -layers OptimizeTransparency output.gif Assuming my sequence si 90 frames and I wan it to start at frame 7 how would you adapt your code into ...
by svarturvalko
2018-08-25T00:33:05-07:00
Forum: Users
Topic: choose starting frame (different than frame 0) for a GIF
Replies: 4
Views: 6535

choose starting frame (different than frame 0) for a GIF

I'm using ImageMagick-7.0.6-Q16 on windows 10 via command line I currently use a bat file I created to convert PNG sequences into GIFs while resizing and adding a text watermark in the process. It works fine, though in some cases I want to have the starting frame to be different (frame 25 for exampl...