Skip to content

QImages to/from an animated .gif file

Notifications You must be signed in to change notification settings

voodoo66/QtGifImage

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Documentation: http://qtgifimage.debao.me ( invalided at 5th, Dec. 2017 )

New Documentation: http://doc.qtdream.com/qtgifimage

Website: http://qtdream.com

Modified by: jiangcaiyang

Get compiled for Qt 5.9.2 Mac OSX and Windows 10

Qt Gif Image is a Qt library that can read and write Gif files.

Getting Started

Usage(1): Use Qt Gif Image as Qt5's addon module

  • Download the source code.

  • Put the source code in any directory you like. At the toplevel directory run

Note: Perl is needed.

    qmake
    make
    make install

The library, the header files, and others will be installed to your system.

  • Add following line to your qmake's project file:
    QT += gifimage
  • Then, using Qt Gif Image in your code

Usage(2): Use source code directly

The package contains a qtgifimage.pri file that allows you to integrate the component into applications that use qmake for the build step.

  • Download the source code.

  • Put the source code in any directory you like. For example, 3rdparty:

    |-- project.pro
    |-- ....
    |-- 3rdparty\
    |     |-- qtgifimage\
    |     |
  • Add following line to your qmake project file:
    include(3rdparty/qtgifimage/src/gifimage/qtgifimage.pri)
  • Then, using Qt Gif Image in your code

References

About

QImages to/from an animated .gif file

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 95.4%
  • QMake 3.8%
  • CMake 0.8%