dusansimic / dynamic-wallpaper

Dynamic wallpaper maker for Gnome 42
GNU General Public License v2.0
151 stars 30 forks source link

Feature Request: HEIC support #85

Open amethystgosling opened 1 month ago

amethystgosling commented 1 month ago

HEIC is an implementation of the HEIF format that can store multiple images in a single file at a smaller size compared to JPEG at the same quality.

It is mainly used by Apple and the newer Apple wallpapers are in this format so it'd be great if this program supported it, so one could just make dynamic wallpapers from Apple HEICs without having to convert them.

You can add the support using the libheif file encoder/decoder.

Thanks!