You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It took me a little while to realize that piping is happening outside of gif's parsing of the command and requires further calls to the application. For instance:
Produces the result I expected from gif emoji boom | rain <(boom) > test.gif. It would be helpful for users to have that explained on the README. I'm happy to open a PR that does so, but I wanted to confirm you're interested in some further documentation before I take the time to write it 😄.
How's that sound @sgreben? Either way, thanks for making such a fun utility!
The text was updated successfully, but these errors were encountered:
Awesome, thanks @mbbroberg - glad you're having fun with it!
With the captions I was trying to strike a balance between "example" and "general idea", but clearly an actual example would have been better than "pseudo-shell".
So yeah, I'd definitely be happy to merge your fixes!
After attempting to use rain I finally have the basic example working from the earlier comment. I can't seem to do anything else with the rain command. How would I add emojis or other small images to a background gif?
It took me a little while to realize that piping is happening outside of
gif
's parsing of the command and requires further calls to the application. For instance:Produces the result I expected from
gif emoji boom | rain <(boom) > test.gif
. It would be helpful for users to have that explained on the README. I'm happy to open a PR that does so, but I wanted to confirm you're interested in some further documentation before I take the time to write it 😄.How's that sound @sgreben? Either way, thanks for making such a fun utility!
The text was updated successfully, but these errors were encountered: