1
Sharp ROMs / Support For Animated Gif Or Mng?
« on: March 24, 2008, 09:24:20 am »
I'm trying to display an animated gif or mng image with Qt 2.3.2 but it doesn't work. I'm using Sharp's ROM. Could someone confirm me if support for animated image is enabled or not?
If support for animated gif and mng is disabled, anyone has suggestions? I have a bunch of animated gifs to display, is there a way to convert them into a different and supported format?
In NetFront, I can see animated gif and mng files very well. I wonder if the problem would not come from my code. What I do is :
According to documentation, the animation should start right away. Right?
Edit: Forget it. It works fine.
If support for animated gif and mng is disabled, anyone has suggestions? I have a bunch of animated gifs to display, is there a way to convert them into a different and supported format?
In NetFront, I can see animated gif and mng files very well. I wonder if the problem would not come from my code. What I do is :
Code: [Select]
QLabel label = new QLabel( this );
label->setMovie( QMovie( "/home/zaurus/img.gif" ) );
According to documentation, the animation should start right away. Right?
Edit: Forget it. It works fine.