Skip to content

Commit

Permalink
#46 reformatting..
Browse files Browse the repository at this point in the history
  • Loading branch information
myselfhimself committed Dec 21, 2020
1 parent 185d3bc commit 1f561e2
Showing 1 changed file with 7 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,10 @@
# g.run("frame_xy 40,3 append_tiles 4, resize_ratio2d 2100,2970 display.", images_list)

# optimized grid rotated layout variant
g.run("frame_xy 40,3 append_tiles ,4 rotate 90 resize_ratio2d 2100,2970 display", images_list)
g.run(
"frame_xy 40,3 append_tiles ,4 rotate 90 resize_ratio2d 2100,2970 display",
images_list,
)

# Output to a single printable file
g.run("output flipbook.png", images_list)
Expand All @@ -66,4 +69,6 @@
print("Now is your turn to print this file on paper: flipbook.png")

# Wrap-up one-liner standalone command
g.run("https://upload.wikimedia.org/wikipedia/commons/c/cb/2016-09-16_20-30-00_eclipse-lunaire-ann2.gif remove[0] stars , repeat $! blur[$>] {$>*2} done frame 40,3 append_tiles ,4 rotate 90 resize_ratio2d 2100,2970 output flipbook_oneliner.png display")
g.run(
"https://upload.wikimedia.org/wikipedia/commons/c/cb/2016-09-16_20-30-00_eclipse-lunaire-ann2.gif remove[0] stars , repeat $! blur[$>] {$>*2} done frame 40,3 append_tiles ,4 rotate 90 resize_ratio2d 2100,2970 output flipbook_oneliner.png display"
)

0 comments on commit 1f561e2

Please sign in to comment.