Created
December 8, 2012 19:16
-
-
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
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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