Mmm this is interesting it seems that it set for image the state of the animation. Cool I will try it. Thanks 
EDIT: It seems that this class from the link have memory leak. I think it is in this line:
document
()->addResource
(QTextDocument::ImageResource, urls.
value(movie
), movie
->currentPixmap
());
document()->addResource(QTextDocument::ImageResource, urls.value(movie), movie->currentPixmap());
To copy to clipboard, switch view to plain text mode
We add each frame new Resource but we don't clear the old one...
Bookmarks