Skip to content

Instantly share code, notes, and snippets.

@g-r-a-v-e-l-y
Created December 8, 2012 19:16
Show Gist options
  • Save g-r-a-v-e-l-y/4241484 to your computer and use it in GitHub Desktop.
Save g-r-a-v-e-l-y/4241484 to your computer and use it in GitHub Desktop.
fish script to generate kindle paperwhite images from k10k.net tiles
set index 0
for file in (ls *gif)
set index (math $index + 1)
composite -tile $file -size 758x1024 -colorspace gray xc:none bg_medium_ss0$index.png
end
echo Copy the bg_medium_ss0#.png images into /usr/share/blanket/screensaver/ on your Kindle.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment