thumbnail images

FFGL, OSC, GLSL. If you like abbreviations, this is the forum for you
Post Reply
BruceLane
Met Resolume in a bar the other day
Posts: 9
Joined: Mon Feb 25, 2013 17:31

thumbnail images

Post by BruceLane »

Hi,
Is there a way to have the thumbnails generated in the UI saved to disk as jpg files?
I would like to download those thumbnails to my WP8 OSC controller.

I saw there are some XML files in %userprofile%\AppData\Roaming\Resolume Avenue 4\previews containing <image data="binary content"/> which might be what I'm looking for...
How could I use this binary data to generate a jpg?

thank you
Bruce

User avatar
drazkers
Wants to marry Resolume, and Resolume said "yes!"
Posts: 968
Joined: Wed May 18, 2011 10:54
Location: Brady V up in Canada

Re: thumbnail images

Post by drazkers »

Do abit of reading on XML serialization. I think that's whats happening here, I know very little about storing images in xml documents and this is just a straight guess from opening the files.

edwin
Team Resolume
Posts: 1202
Joined: Thu Oct 07, 2004 10:40

Re: thumbnail images

Post by edwin »

The thumbnails are stored as png's using base64 encoding.

When you open the xml file look for the video node, the video node contains an image node.
That image node has an attribute called 'data' and that attribute is filled with a png that is encoded as base64.

Post Reply