Gif images

Login to reply to this topic.
Wed, 2004-09-15 11:05
Joined: 2004-09-08
Forum posts: 63
What is the simplest technique to display gif image in the screen?

Wed, 2004-09-15 15:20
Joined: 2004-02-05
Forum posts: 176
Imageconv example
You first need to convert the gif into the format that Symbian requires for it to render.  Symbian has provided an image conversion API that you can use for this process.  You will probably get the best benefit at looking at how the Image conversion sample program works (examples\MultiMedia\ImageConv).

The example demonstrates how to write the code to convert and display many different types of images.

Mon, 2004-09-20 03:35
Joined: 2003-10-08
Forum posts: 106
Gif images
Symbian does support GIF Loading. Check out CMdaImageFileToBitmapUtility in the SDK docs. Animated GIFs are also supported although I never managed to get them looking correct  Smiley

Regards,
Varun

  • Login to reply to this topic.