qt-flif-plugin icon indicating copy to clipboard operation
qt-flif-plugin copied to clipboard

Support FLIF images in Qt applications

Results 3 qt-flif-plugin issues
Sort by recently updated
recently updated
newest added

FLIFs with multiple frames gets rendered in very low resolution, and doesn't decode all the frames. It was never tested, and frame delays might not be working.

bug

Krita might be Qt based, but it uses its own plugin system for loading and saving images. Like KDE's thumbnailers, there is a plugin which just uses QImage: https://github.com/KDE/krita/tree/master/plugins/impex/bmp And...

enhancement

I've successfully compiled `libflif.so` and placed it in `/usr/lib/qt4/plugins/imageformats`, and also made sure `/usr/lib/libflif.so{,.0}` are present. However _Gwenview_ returns >Loading ‘Room 1.flif’ failed Gwenview cannot display documents of type application/octet-stream....

help wanted