Skip to content

spillerrec/qt-flif-plugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

qt-flif-plugin

Enables Qt4 and Qt5 applications to load images in the FLIF image format. FLIF is a new lossless image format providing superior compression performance compared to outdated formats like PNG. For more information on FLIF, see their website: http://flif.info/

Features

  • Reading FLIF images
  • Animation
  • Saving FLIF images (without animation)

TODO

  • Making sure loop count and frame delay is interpreted correctly
  • Support setScale and resize

Building

Dependencies

  • Qt
  • qmake
  • libflif AUR

Building

  1. qmake
  2. make

Installation

After successful compilation you should have a libflif.* file (extension dependent on OS). You can install this globally or application specific. To install it globally, copy it to QTDIR/plugins/imageformats/. To only use it with a specific application, create a folder called imageformats in the executable's folder and place the plug-in there.

About

Support FLIF images in Qt applications

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published