PDA

View Full Version : How to create filmstrip - multiple images in a single file



jessiemmichael
13th June 2008, 04:51
Hi,
I need input on having a single file that contains mulitple images. It will be good to have a header that contains the information on number of images, size etc followed by image data.



Thank you,
Jessie

patrik08
13th June 2008, 09:30
Have a look on Animated Portable Network Graphics APNG label

http://www.qt-apps.org/content/show.php/Apng+Video+Frame+Label?content=82221

open option.pri file and append commend ####CONFIG += qtcamview
if you dont have opencv (webcam lib)


http://www.qt-apps.org/content/show.php/APNG+Image%2BVideo+format+assembler?content=81573

It can display inside qt4 widged ..

or it can play as image on QEvent && defined timer by single frame

http://fop-miniscribus.googlecode.com/svn/trunk/apng_label/Image_On_QEvent/image_event/

New Browser Generation Opera && firefox can play APNG image MNG no.

The other long way video Flash
see implementation
http://www.qt-apps.org/content/show.php/Pencil?content=79245
only output ... can not play on widged

Other way QMovie it can play gif && mng .... put is not possibel to write gif,mng on a simple way...