summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xutil/bin/make-realwallpaper11
1 files changed, 6 insertions, 5 deletions
diff --git a/util/bin/make-realwallpaper b/util/bin/make-realwallpaper
index a195b5f1..8187c088 100755
--- a/util/bin/make-realwallpaper
+++ b/util/bin/make-realwallpaper
@@ -24,7 +24,8 @@ main() {
check_type daymap-raw.png image
check_type clouds-raw.jpg image
- in_size=1466x1200
+ in_size=2048x1024
+ xplanet_out_size=1466x1200
out_geometry=1366x768+100+160
nightsnow_color='#0c1a49' # nightmap
@@ -84,7 +85,7 @@ main() {
done
# create xplanet output
- cat >xplanet.config <<EOF
+ cat >xplanet.config <<EOF
[earth]
"Earth"
map=daymap-final.png
@@ -95,7 +96,7 @@ shade=15
EOF
# create xplanet output satellite version
- cat >xplanet-sat.config <<EOF
+ cat >xplanet-sat.config <<EOF
[earth]
"Earth"
map=daymap-final.png
@@ -119,11 +120,11 @@ EOF
EOF
# rebuild every time to update shadow
- xplanet --num_times 1 --geometry $in_size \
+ xplanet --num_times 1 --geometry $xplanet_out_size \
--output xplanet-output.png --projection merc -config xplanet.config
# rebuild everytime satellite version
- xplanet --num_times 1 --geometry $in_size \
+ xplanet --num_times 1 --geometry $xplanet_out_size \
--output xplanet-sat-output.png --projection merc -config xplanet-sat.config
# trim xplanet output