roman

@hi@romanzolotarev.com


homehttps://romanzolotarev.com
2 ★ 0 ↺

[?]roman » 🌐
@hi@romanzolotarev.com

next step would be optimizing pallete and adding speech bubbles with

end game setup

  • take photos, put them into a directory,
  • detects a new directory and runs the script,
  • it converts images + audio + speech bubble text into gif and mp4 file with imagemagick and ,
  • then posts to ... ;)

    starwars lego stop animation

    Alt...starwars lego stop animation

    ...
    1 ★ 0 ↺

    [?]roman » 🔓
    @hi@romanzolotarev.com

    to build this gif i just run one command (find all jpeg in starwars2 directory, resize to 312px wide, limit to 32 colors, then create an animated gif)

    $ find starwars2 -name \*.jpeg | imgs2png.sh 312 32 312-32 | sort | imgs2gif.sh 312-32.gif
    starwars2/10.jpeg (479980) -> 312-32/10.png (17560)
    ...
    starwars2/29.jpeg (412894) -> 312-32/29.png (14936)
    312-32.gif (665547)
    $

    History