$12256 / $11500
where can i find a free programm to create image sequences, that works under linux.
i rendered some images in blender and now i want to create an image sequence out of that.
for my special effects submission (http://opengameart.org/content/5x-special-effects-2d) i have done that manually in gimp, (the result is the preview image)
now i want to do that automatically, i have a lot more images now.
Imagemagick's montage will create you an image strip, or are you looking for an animated image?
As mcco0055 said; I made the preview for my roguelike tiles with montage and it worked just fine. Even better, you're likely to have ImageMagick preinstalled, as a lot of other packages rely on it for graphics processing. And if not, it's almost certainly in the repos. Documentation is extensive too, both in man page format and online. Good luck!
I'm probably the only one who does this but I use Tiled to make things like that.
Tutorial links:
Tiled is a 2D map editor utility but it's great for turning frames into tilemaps or strips of images like that.
i works with imagemagick, but i have an issue at the moment.
i get a white background, but i have an alpha-channel with semi transparent pixels, so can't remove the white background normally
edit: i just got it: it is the command -background none