Ronald - 2007-06-25 10:14:59
I'm trying to use the APIC data extracted in the array to write an image. I remove the MIME description in the beginning, ie. image/jpeg, and write the rest of the raw data to a file based on the description, in this case .jpg. Note I use binary safe mode so that the data doesn't corrupt.
But this doesn't seem to work. Is there something else I need to do? Is the data extracted with the class correct?