omz:forum

    • Register
    • Login
    • Search
    • Recent
    • Popular

    Welcome!

    This is the community forum for my apps Pythonista and Editorial.

    For individual support questions, you can also send an email. If you have a very short question or just want to say hello — I'm @olemoritz on Twitter.


    Combine gifs

    Pythonista
    3
    5
    4268
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • NoBetterName
      NoBetterName last edited by NoBetterName

      Can I combine several gifs together? I have about 43 of them... and I would like to do it programmatically.

      1 Reply Last reply Reply Quote 0
      • NoBetterName
        NoBetterName last edited by

        I was looking at the photos module documentation... and I found this by the way.
        Am I seeing double?

        There are two add_assets under AssetCollection!

        1 Reply Last reply Reply Quote 0
        • abcabc
          abcabc last edited by

          1. A simple way to combine gifs would be to get the image lists of each gif, concatenate these image lists to form a single images list and then generate a new gif from this single list.

          2. It seems to be a documentation error. The second one should be remove_assets. You could file an issue regarding this.
            https://github.com/omz/Pythonista-Issues

          1 Reply Last reply Reply Quote 0
          • NoBetterName
            NoBetterName last edited by

            So... I tried the first one. I have about 450 pictures that I put into 45 gifs because Pythonista crashed when I tried to make them longer. Simple solution for me, was to split it into 10 frames per gif, then combine them. It seemed simple to me, but I guess it's not. Oh well. I'll use an online program for this; I just wanted to see if I could hone my coding skills with this project. Thanks for the help, @abcabc

            1 Reply Last reply Reply Quote 0
            • SylviaW73573174
              SylviaW73573174 last edited by

              This post is deleted!
              1 Reply Last reply Reply Quote 0
              • First post
                Last post
              Powered by NodeBB Forums | Contributors