summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2023-12-06Adjust gradient colors. Clarify wallpaper generation.HEAD1.1currentZach van Rijn1-11/+45
2023-12-06Correctly generate screenshots.Zach van Rijn1-9/+16
Previous versions of this script generated (and overwrote) screenshots for each aspect ratio, so the last one would be kept. This was incorrect. For now, screenshots are hard-coded as 8:5 ratio 200 scale (400x250) images.
2023-12-06Switch from Imagemagick to Graphicsmagick.Zach van Rijn4-13/+24
Note that GM doesn't support gradient:angle so we have to use a direction. It's radial, not linear, but is completely acceptable. Imagemagick silently introduces artifacts and fails to composite images when the underlying gradient is of the form { #AAAAAA --> #BBBBBB }, where R=G=B. Note that { #AAAAAA --> #BBBBBC } works fine. This is a real bug but isn't a wallpapers problem. Add a 'prepare-docker' wrapper script, which simply builds the tarball using a known Graphicsmagick and not whichever happens to be on the generating system.
2023-12-05Miscellaneous fixes.Zach van Rijn1-34/+44
* Do not use 'magick' command (use 'convert') * Add '--test' flag to help with development/testing by disabling git-related sanity checks * Avoid double-populating the output tarball if the tree is not perfectly clean
2023-12-04Fix trailing whitespace.Zach van Rijn1-2/+2
2023-12-03Add crop margin for KDE. Resize polyguin to 80% height,Zach van Rijn1-6/+8
moves 'metadata.desktop' to the correct location, and removes an erroneous line in the generated '.xml' file.
2023-12-02Require pristine tree. Fix tag bug.Zach van Rijn1-1/+5
2023-12-02Invert loop to accommodate screenshots.Zach van Rijn1-17/+29
2023-12-02Initial commit.Zach van Rijn25-0/+573