[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Apple II graphics
Some time ago I wrote:
> How would I transfer, say a low-Res Mac graphics file to an Apple IIe for use
> in a BASIC program? Is this possible?
And Supertimer graciously responded:
> First thing to do is get a copy of SuperConvert. SuperConvert can load
> a MacPaint file (I'm assuming you can use the Mac to get the file into
> MacPaint format) and convert it into Double Hires, a IIe format.
> SuperConvert is an Apple IIGS program, so you will need either a real
> IIGS or Bernie. Monochrome Double Hires is 560x192.
>
> Second, you need an assembly language routine to interface with
> Applesoft BASIC so you can CALL it to display your DHR graphic.
Now I ask:
Now, could I subsequently call up these graphics in BASIC in order to produce
simple animation, or is there a better way of doing this?