Supported Formats
Wallpaper Server indexes and accepts a fixed set of image formats, controlled by
the supported_extensions configuration field.
Default formats
Section titled “Default formats”| Extension | Content type |
|---|---|
.jpg | image/jpeg |
.jpeg | image/jpeg |
.png | image/png |
.webp | image/webp |
Files with any other extension are:
- Skipped silently during folder scans.
- Rejected with
400when uploaded (unsupported file extension).
Changing the list
Section titled “Changing the list”Set supported_extensions in your configuration file to override the defaults.
Include the leading dot on each entry:
supported_extensions: - .jpg - .jpeg - .png - .webpThumbnails
Section titled “Thumbnails”Regardless of the source format, generated thumbnails are always encoded as JPEG. See Caching and storage.