[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Encoding GIFFs on an Apple II



Simon D. Williams wrote:
> Thanks for the suggestions... I was actually thinking in terms of an
> 8-bit solution as I was hoping to find a way to generate web-friendly
> graphics during this year's retrochallenge. If something of the sort
> doesn't already exist, maybe I'll add it to my list of personal
> challenges for July -- I'm sure it shouldn't be too hard to figure out
> the GIF format (famous last words, eh?).

The GIF format is easy - implementing nice, face LZW compression is a
little harder :-)

I've always just used a simple RLE compressor I wrote myself years ago
to store Apple II graphics. You could probably implement a TIFF encoder
that used this technique to produce a file readable by most graphics
programs...

If you're going to generate a web-friendly format though, why not
implement PNG instead? It's certainly not been done before on the Apple
II

Matt