Hi again :),<br>
<br>
My goal is to store an image file with lots of information relating to <br>
the image and the file it was extracted from, persistantly. Pickle seems <br>
like a really easy way to do this. So I'm wondering, is it possible to serialize<br>
things like images into a pickle? How do I do it? If not, is there another way?<br>
<br>
-thanks<br>