Page 1 of 2 12 LastLast
Results 1 to 10 of 13

Thread: ".gif" animation with gimp !?

  1. #1
    Join Date
    Jul 2009
    Location
    Timisoara
    Beans
    23
    Distro
    Ubuntu 9.04 Jaunty Jackalope

    Unhappy ".gif" animation with gimp !?

    Hello to everibody,

    Can somebody tell me how I can create some ".gif" animation using multiple layers, like pictures (.jpg, .png,etc.).

    I waiting yours suggestions, opinions and ideas.

    Thank you in advance for yours supports.

    Best regards.

  2. #2
    Join Date
    Jun 2008
    Location
    California
    Beans
    2,271
    Distro
    Ubuntu 10.10 Maverick Meerkat

    Re: ".gif" animation with gimp !?

    I don't know how to create animated gif's with gimp. You can do it with the Imagemagick convert utility as shown below. You have to change *.png to *.jpg or whatever applies.

    Code:
    convert -delay 100 -loop 0 *.png output.gif
    BTW, I'm not sure what you mean when you refer to multiple layers. Perhaps I don't understand what you want to do.

  3. #3
    Join Date
    Jul 2009
    Location
    Timisoara
    Beans
    23
    Distro
    Ubuntu 9.04 Jaunty Jackalope

    Angry Re: ".gif" animation with gimp !?

    Hi kaibob,

    Maybe my explication is not clear, admit this. In fact I have 30 pictures, which I want to assembly in an animation. This animation I want to be ".gif" format. I hope in this moment everything is very clear for all people who want to help me and to offer me an real support.

    I waiting yours suggestions, opinions and ideas.

    Thank you in advance for yours supports.

    Best regards.

  4. #4
    Join Date
    Jun 2008
    Location
    California
    Beans
    2,271
    Distro
    Ubuntu 10.10 Maverick Meerkat

    Re: ".gif" animation with gimp !?

    Quote Originally Posted by mechanicaldesign View Post
    Hi kaibob,

    Maybe my explication is not clear, admit this. In fact I have 30 pictures, which I want to assembly in an animation. This animation I want to be ".gif" format. I hope in this moment everything is very clear for all people who want to help me and to offer me an real support.

    I waiting yours suggestions, opinions and ideas.

    Thank you in advance for yours supports.

    Best regards.
    The command line I included in my earlier post will do exactly what you want.

  5. #5
    Join Date
    Jul 2009
    Location
    Timisoara
    Beans
    23
    Distro
    Ubuntu 9.04 Jaunty Jackalope

    Angry Re: ".gif" animation with gimp !?

    Hi kaibob,

    I try the command indicated by you, but I obtained a gif picture, not a gif animation. I need maybe an command which I can create an gif animation with my pictures.

    Best regards.

  6. #6
    Join Date
    Jun 2008
    Location
    California
    Beans
    2,271
    Distro
    Ubuntu 10.10 Maverick Meerkat

    Re: ".gif" animation with gimp !?

    I have used the command in the past to create animated gifs, and ran a test with a few jpg files just a few minutes ago, so I know that it does work. Are you sure that you are using a viewer that will display animated gifs? Not all do. Try opening the gif in firefox.

  7. #7
    Join Date
    Nov 2006
    Location
    Where English is nth lang
    Beans
    Hidden!
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: ".gif" animation with gimp !?

    @ mechanicaldesign as far as i know this is impossible in gimp.
    you have to have adobe photoshop and adobe imagready (CS).
    once the layers are set in the proper order in PS, take them to IR (by clicking go to image ready at the bottom of the tool box).
    there in the animation window click the arrow button at the top right corner and select 'make frames from layers" and you see all your layers are brought in to the animation window.
    and also you can set the timing for each frame.
    now if you click play, all the frames would play,

    NB: iv tried installing PS and IR (IR CS usually automatically get installed along with PS CS if you are in windows) through wine in fedora and ended up in only PS working.
    not sure how it goes in ubuntu.

    the only option is to do it in MS.

    hope that helps.

  8. #8
    Join Date
    Apr 2009
    Beans
    74
    Distro
    Ubuntu 9.10 Karmic Koala

    Re: ".gif" animation with gimp !?

    EASY
    just put the pics you want to animate in different layers and in the layer name add at the end
    Code:
    (100ms)
    or any other delay you want(in ms). that will be the time the animation displays that frame

    also from the filters menu, chose animation then do both optimizations to get smaller files

    edit: dont forget at the end to save in .gif format
    i usualy forget ahaha
    Last edited by braete; October 31st, 2009 at 04:26 PM.

  9. #9
    Join Date
    Nov 2006
    Location
    Where English is nth lang
    Beans
    Hidden!
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: ".gif" animation with gimp !?

    wow so this is one of the things i ever wondered to do in linux and is now there in gimp

  10. #10
    Join Date
    Jul 2009
    Location
    Timisoara
    Beans
    23
    Distro
    Ubuntu 9.04 Jaunty Jackalope

    Talking Re: ".gif" animation with gimp !?

    Hello to everibody,

    I made the gif animation.

    I will put here the very steps which I followed to made the gif animations.

    But not now. Tomorrow.

    Best regards
    Attached Images Attached Images
    Last edited by mechanicaldesign; November 1st, 2009 at 12:53 AM.

Page 1 of 2 12 LastLast

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •