Hi There,
I’m building an application that saves and read project settings to an XML document. All works fine thanx to the easy to use XML functions from Juce.
But now i’ve been searching for a way to store and load JPEG image data in XML format.
The Jucer seems to be able to do this but haven’t yet discovered how it is done.
If this can’t be done i would we be helped by some code that actually saves and loads and JPEG image to and from disk.
My application creates thumbnails from video files so i have an Image created from raw image data. I wan’t these thumbnails saved in an XML file or as a .jpg file on disk.
can somebody help me this?
Cheers
Edwin de Koning