Inane Observations $ sudo fix_it
  • GIF scrolling text marquee with ImageMagick (or: DIY X'trapolis PIDs)

    12 May 2018 | guide gif animation marquee scroll imagemagick linux | Comment

    Example scrolling GIF

    #!/bin/bash
    
    IMWIDTH=336
    IMHEIGHT=24
    STEP=2 #pixels per frame
    FRAMERATE=50 #frames per second
    
    OUTPUT="scroll.gif"
    FONT_PATH=/usr/share/fonts/TTF/LiberationSans-Bold.ttf
    
    MESSAGE="Hello World!"
    
    BACKGROUND="#000000"
    FILL="#ff9c10"
    
    # Make a "unique" prefix for this run
    PREFIX=
    … »
  • Home
  • Git (Archives: GitLab, GitHub)
  • Research
  • Quick Links
  • Posts
    • December 2022 (4)
    • October 2022 (4)
    • September 2022 (5)
    • August 2022 (2)
    • July 2022 (2)
    • More…
  • Tags
    • linux (30)
    • misc (21)
    • copyright (19)
    • medicine (19)
    • opentally (19)
    • drm (18)
    • single transferable vote (18)
    • monash (11)
    • encryption (10)
    • mathematics (9)
    • proportional representation (8)
    • statistics (8)
    • law (7)
    • meeting procedure (7)
    • victoria (7)
    • defective by design (6)
    • digital rights management (6)
    • ptv (6)
    • public transport (6)
    • creative commons (4)
    • ledger (4)
    • plain-text accounting (4)
    • rust (4)
    • webassembly (4)
    • politics (3)
    • python (3)
    • asexuality (2)
    • gsrm (2)
    • tax (2)
    • victorian electoral commission (2)
    • android (2)
    • security (15)
    • cryptography (10)
    • programming (8)
    • bookkeeping (4)
    • television (2)
    • review (8)
    • med in review (11)
    • obfuscation (9)
    • music (9)
    • parliamentary procedure (7)
    • video editing (3)
    • reverse engineering (16)
    • voting systems (8)
    • elections (12)
    • ebook (16)
    • guide (33)
  • Pages
    • Financial statements
    • Musical arrangements
    • Random draws
  • Lee Yingtong Li
  • blog@yingtongli.me
  • My CV · CV of Failures
@RunasSudo

Most material on this website is available under an open licence. See https://yingtongli.me/blog/copyright.html for details.