Search found 3 matches

by sidora
2015-10-31T08:36:30-07:00
Forum: Users
Topic: append animation - windows 7
Replies: 4
Views: 1563

Re: append animation - windows 7

snibgo wrote:I think the [a-b] expansion is by ImageMagick. It would be useful if it worked for multi-digit numbers. Perhaps it is supposed to, but has a bug.

In bash, we can use {a..b}, eg:

Code: Select all

convert fr_{7..11}.png +write info: f.tiff

Nice!! Thanks a lot!
by sidora
2015-10-31T07:36:19-07:00
Forum: Users
Topic: append animation - windows 7
Replies: 4
Views: 1563

Re: append animation - windows 7

Installed Bash, and now the curly brackets works :) Thanks!

i really wish something like this: convert animation_[0-127].png would work..
Would be so easy:P
by sidora
2015-10-31T06:30:13-07:00
Forum: Users
Topic: append animation - windows 7
Replies: 4
Views: 1563

append animation - windows 7

Hi, I use imagemagick to append animation frames, and just switched from mac to windows. On mac i used to list all frame numbers in a curly bracket like this: convert animation_{0,1,2,3,4,5,6,7,8,9,10,11,12}.png -append animation.png On windows this doesnt work. i get an error. i tried this on ...