NautiluX / slide

Simple slideshow showing random images from specified directory
MIT License
105 stars 19 forks source link

Plans to support png and other file extensions? #27

Closed 62274677 closed 3 years ago

62274677 commented 3 years ago

I am trying to use this as a live photo frame using a folder synced with google photos, but not all of the images are jpg. Some are png or HEIF/HEIC. Any plans to cover those kinds of file types (or guidance of where to make edits to allow for this)? Even just png would be nice.

NautiluX commented 3 years ago

I think supporting PNG should be as easy as allowing the file extension here and here I don't have any heif or heic example files, but based on some short research it seems they are not by default supported by QT QPixmaps. It's probably possible using this third party plugin

NautiluX commented 3 years ago

PNG is supported with version 0.9.8. I will close this issue since supporting HEIF/HEIC seems not to be easily achievable. You may want to convert your images to PNG before giving them to slide (imagemagick seems to be capable of doing that).