Albirew/lnxpcs
Albirew
/
lnxpcs
Archivé
1
0
Bifurcation 0
Graphe des révisions

3 Révisions

Auteur SHA1 Message Date
Moviuro 6982e0eb66 makemywall: minor changes (nothing functionnal) 2017-12-06 21:39:08 +01:00
Moviuro 7a3cd41678 makemywall: new interface
We support new ways of reading files that we want to modify/generate:

% ./makemywall 1920 1080 myfile1.png myfile2.png
% ./makemywall 1920 1080 < mylist.txt
% find . -type f -name '*.png' | ./makemywall 1080 1920
2017-12-06 21:35:18 +01:00
Moviuro 8fb0ec040c makemywall: first introduction of the wallpaper generation script
This script was inspired by initial work by jstpcs
Additional features:

* breaks compatibility to have an easier interface and easier code
* can either read the entire picture to get the background color (slow)
* or pick the color of the top-left pixel (fast, default)
* doesn't scale pictures up to avoid "fuzzy" pictures
* now has a proper license (BSD-2)
2017-12-06 20:54:48 +01:00