Skip to main content

User login

What is OpenID?
  • Log in using OpenID
  • Cancel OpenID login
  • Create new account
  • Request new password
Register
  • Home
  • Browse
    • 2D Art
    • 3D Art
    • Concept Art
    • Textures
    • Music
    • Sound Effects
    • Documents
    • Featured Tutorials
  • Submit Art
  • Collect
    • My Collections
    • Art Collections
  • Forums
  • FAQ
  • Leaderboards
    • All Time
      • Total Points
      • Comments
      • Favorites (All)
      • Favorites (2D)
      • Favorites (3D)
      • Favorites (Concept Art)
      • Favorites (Music)
      • Favorites (Sound)
      • Favorites (Textures)
    • Weekly
      • Total Points
      • Comments
      • Favorites (All)
      • Favorites (2D)
      • Favorites (3D)
      • Favorites (Concept Art)
      • Favorites (Music)
      • Favorites (Sound)
      • Favorites (Textures)
  • ❤ Donate
2D Art

need programm to create image sequences

rubberduck
Saturday, July 19, 2014 - 13:20
rubberduck's picture

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.

  • Log in or register to post comments
mcco0055
joined 11 years 1 month ago
Saturday, July 19, 2014 - 13:55
mcco0055's picture

Imagemagick's montage will create you an image strip, or are you looking for an animated image?

  • Log in or register to post comments
nosycat
joined 13 years 9 months ago
Sunday, July 20, 2014 - 07:02
nosycat's picture

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!

  • Log in or register to post comments
William.Thompsonj
joined 12 years 1 month ago
Sunday, July 20, 2014 - 07:53
William.Thompsonj's picture

I'm probably the only one who does this but I use Tiled to make things like that.

Tutorial links:

  • Introduction to Tiled Map Editor: A Great, Platform-Agnostic Tool for Making Level Maps
  • YouTube Video

Tiled is a 2D map editor utility but it's great for turning frames into tilemaps or strips of images like that.

  • Log in or register to post comments
rubberduck
joined 11 years 8 months ago
Sunday, July 20, 2014 - 09:42
rubberduck's picture

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

  • Log in or register to post comments