PDA

View Full Version : Implementing gif images in QT 3.3.2



vvbkumar
21st July 2006, 14:51
hi

I have got problem in displaying "animated GIF/PNG " files in QT.:confused:

I am using QMovie() method (I hope we can use this method ) :(
pl do help me out.

Thanks in advance :)

wysota
21st July 2006, 14:55
Do you have an image plugin for handling gif format? Do static gifs work ok?

vvbkumar
21st July 2006, 14:58
Well.... for static images i am using PNG format which is working fine.....

:confused: GIF format isnt working for static images also......

thanks in advance

wysota
21st July 2006, 17:16
So you are missing the plugin for gif files. You should reconfigure and recompile your Qt installation with gif support (pass -qt-gif switch to configure).