Skip to content

Commit

Permalink
#45 tutorial 3 progress 70% (2)
Browse files Browse the repository at this point in the history
  • Loading branch information
myselfhimself committed Dec 16, 2020
1 parent ee6f234 commit 9aafcc7
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -53,18 +53,18 @@
# gmic https://upload.wikimedia.org/wikipedia/commons/c/cb/2016-09-16_20-30-00_eclipse-lunaire-ann2.gif remove[0] repeat $! blur[$>] {$>*5} stars , done frame 40,3 append_tiles ,4 rotate 90 resize_ratio2d 2100,2970 output flipbook.png
# Or with PIL sequence editor
# TODO
#
#
# # Example of a longer GIF requiring multiple pages
# gmic.run(
# "https://gmic.eu/gallery/img/codesamples_full_1.gif remove[0] repeat $! blur[$>] {$>*5} done frame 40,3 append_tiles 2,2 display rotate 90 resize_ratio2d 2100,2970 display"
# )
#
#
# # Example of live window demo
# gmic.run(
# "w[] https://gmic.eu/gallery/img/codesamples_full_1.gif remove[0] repeat $! blur[$>] {$>*5} w[$>] done"
# )
#
#
# # ---------------
#
#
# # TODO AVI non-linear video editor example
# # Using PyAv https://scikit-image.org/docs/dev/user_guide/video.html#pyav which embed libffmpeg on all OSes

0 comments on commit 9aafcc7

Please sign in to comment.