Wallpapers for Arcticons
You will need to:
- In
/android/
, the full-size wallpaper (JPEG for photos and photorealistic images, PNG for other graphics) - In
/android/.thumbs
, the thumbnail image (WEBP, 800px tall, auto width)
- You can use Haley's batch image converter/resizer for this.
- Just before the
]
at the end of the files named/config-*.json
, the required metadata. Just follow the existing format:
{
// Your name if you made this yourself, the photographer's name if you're submitting someone else's CC0 or CC-BY photo.
"author": "Donno",
// The title of the wallpaper displayed in the app and on the web page.
"name": "Black Hole",
// The thumbnail image file that you put in /android/.thumbs/.
"thumbUrl": "https://wallpapers.arcticons.com/android/.thumbs/blackhole.webp",
// The full-size wallpaper image file that you put in /android/.
// (This would end in .jpg or .jpeg instead if you're submitting a photo)
"url": "https://wallpapers.arcticons.com/android/blackhole.png"
}
To make these changes, you should:
- fork the repository under your own account
- pull the repo using Git in the command line or using GitHub Desktop
- then finally create a pull request on the source repo, so that the Arcticons team can review and approve your changes.