How to resize images for wallpaper?
I am using Ubuntu 12.04.
I am trying to set a rotating picture of Earth as my wallpaper. I'm
currently using "Scheduled Tasks" with this command:
wget -O static.die.net/earth/mercator/1600.jpg \
--user-agent="Mozilla/5.0 (X11; U; Linux x86_64; en-US)
AppleWebKit/534.10 (KHTML, like Gecko) Chrome/8.0.552.224
Safari/534.10" \
http://static.die.net/earth/mercator/1600.jpg
How can I resize the image in the same command to 1280x1024?
Also: >/dev/null 2>&1 gets added every time the command is run. Is there a
way I can fix this?
No comments:
Post a Comment