[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Encoding GIFFs on an Apple II
mdj wrote:
> What exactly are you wanting to do? Store and retrieve Apple II
> graphics ON the Apple II, or handle interchange? If it's interchange
> you're after, you'll need to deal with the fact that most image formats
> assume that the pixel are square (as they are on every computer post
> the VGA era) and that on the Apple II that's far from the case ...
"Exactly" what I'd like to do is capture images from my digital camera
as monochrome HGR (using a computereyes card) and then convert the HGR
to GIFF so it can be uploaded to a website without having to use
another computer. The images would be intended for viewing on modern
systems with graphical web browsers, so I'm not really all that worried
about the size of the resultant file... it seems that skipping the
compression part would drastically simplify the process.
-s