Skip to content

Supported Formats

Wallpaper Server indexes and accepts a fixed set of image formats, controlled by the supported_extensions configuration field.

ExtensionContent type
.jpgimage/jpeg
.jpegimage/jpeg
.pngimage/png
.webpimage/webp

Files with any other extension are:

  • Skipped silently during folder scans.
  • Rejected with 400 when uploaded (unsupported file extension).

Set supported_extensions in your configuration file to override the defaults. Include the leading dot on each entry:

supported_extensions:
- .jpg
- .jpeg
- .png
- .webp

Regardless of the source format, generated thumbnails are always encoded as JPEG. See Caching and storage.