[futurebasic] Re: [FB] BB's "plain ascii format"

Message: < previous - next > : Reply : Subscribe : Cleanse
Home   : May 2002 : Group Archive : Group : All Groups

From: AlStaff@...
Date: Wed, 29 May 2002 17:57:25 EDT
In a message dated 5/29/02 4:34:16 PM, Bowerbird@... writes:

>so tell me, how would you store
>3 .jpg files, a .gif file, a .png, and an .aif file,
>all within a single file, readable on mac or p.c.,
>such that you could retrieve them and use them?

Somthing like this:

type of format (gif, aif, etc).
Name of graphic or sound, 
Number of bytes the file uses.
Put the file here.
keep looping.

So if you had a gif named myGif and a wav named coolMusic.wav, you can put 
them in the same file like this:

GIF
myGif
5634
picture data here taking up 5634 bytes
wav
coolMusic.wav
12765
wav data here taking up 12765 bytes



Al Staffieri Jr.

AlStaff@...
http://members.aol.com/AlStaff/index.html