oferkv / phototonic

Image Viewer and organizer
GNU General Public License v3.0
159 stars 43 forks source link

Please list the supported image formats explicitly #259

Closed dandv closed 5 years ago

dandv commented 5 years ago

The README says "common image formats". Can it be clearer?

Does it support WEBP? HEIC? etc.

okashayov commented 5 years ago

Hi; The formats supported by default are listed here: https://doc.qt.io/qt-5/qimage.html#reading-and-writing-image-files Some additional formats could be supported, SVG for example if the libqt5svg5 module is installed. Formats could be listed in help using QImageWriter::supportedImageFormats().