Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
FSL
win-pytreat
Commits
b9f150ea
Commit
b9f150ea
authored
Apr 22, 2021
by
Saad Jbabdi
Browse files
pacman speed
parent
79f2e711
Changes
1
Hide whitespace changes
Inline
Side-by-side
applications/fsleyes/fsleyes_render.md
View file @
b9f150ea
...
...
@@ -199,7 +199,7 @@ done
Run the command above (after suitable changes - or you can copy my
[
version
](
data/cmd.txt
)
) and then run the below to produce the GIF:
```
bash
convert
-delay
.2
`
ls
$outputfolder
/grot_???.png
`
`
ls
-r
$outputfolder
/grot_???.png
`
-loop
0
$outputfolder
/pacman.gif
convert
-delay
1x30
`
ls
$outputfolder
/grot_???.png
`
`
ls
-r
$outputfolder
/grot_???.png
`
-loop
0
$outputfolder
/pacman.gif
```
Notice we are using the PNGs twice, once for opening the mouth, and once for closing it, where the files are read in reverse order (
`ls -r`
).
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment