Go to file
2020-03-19 23:32:01 -04:00
source_images initial commit 2020-03-19 23:32:01 -04:00
bitmap.png initial commit 2020-03-19 23:32:01 -04:00
drawing.svg initial commit 2020-03-19 23:32:01 -04:00
lain-rainbow.c initial commit 2020-03-19 23:32:01 -04:00
lain.mp4 initial commit 2020-03-19 23:32:01 -04:00
lain.png initial commit 2020-03-19 23:32:01 -04:00
lain.xcf.xz initial commit 2020-03-19 23:32:01 -04:00
makefile initial commit 2020-03-19 23:32:01 -04:00
original.gif initial commit 2020-03-19 23:32:01 -04:00
readme.org initial commit 2020-03-19 23:32:01 -04:00

#MODE: -- org --

Info

  • original.gif is the original image
  • drawing.svg is a vector of the important parts
  • lain.xcf contains all source_images and masking to produce lain.png
  • lain.png is combined with 6 frames of stage1-%02d.png to produce stage2-%02d.png
  • stage2-%02d.png is merged into lain.mp4 with ffmpeg

Usage

  mpv --loop=inf --vo=vdpau lain.mp4

Source Images

No idea where these came from. I guess around the net. Google. You could probably reverse image search.

Dependencies

  • cc
  • mpv (for viewing)
  • make
  • imagemagick
  • libcairo2-dev
  • gimp (for editing xcf)
  • inkscape (for editing svg)