Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
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.
|
|
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.
|
|
* 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
|
|
|
|
moves 'metadata.desktop' to the correct location, and
removes an erroneous line in the generated '.xml' file.
|
|
|
|
|
|
|