if a have a mass of binary data, which is suppose to be an image, how do I turn it into a file on a

if a have a mass of binary data, which is suppose to be an image, how do I turn it into a file on a

am 29.09.2007 03:17:13 von Jake Barnes

I'm pulling data out of an FLAC file. There is an embedded image. I'm
using the great getId3 library (http://getid3.sourceforge.net ).
Among the tags I'm pulling out is a mass of binary data, which is the
embedded JPEG image. How do I turn this mass of info into an actual
image?

Re: if a have a mass of binary data, which is suppose to be an image, how do I turn it into a file o

am 29.09.2007 14:54:22 von zeldorblat

On Sep 28, 9:17 pm, lawrence k wrote:
> I'm pulling data out of an FLAC file. There is an embedded image. I'm
> using the great getId3 library (http://getid3.sourceforge.net ).
> Among the tags I'm pulling out is a mass of binary data, which is the
> embedded JPEG image. How do I turn this mass of info into an actual
> image?

Just write the contents to a file: