[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Windows BMP to Hires BIN
Tom Greene writes ...
>
> In a fit of boredom, I just wrote a small (20 line) AppleSoft program
> which will load a 280x192 monochrome bitmap onto HGR page 1. From there
> you can BSAVE it as usual. It's pretty slow, but it does the job (for
> me, anyway).
>
> If you're interested, look for it here:
>
> http://idt.net/~cowgod/a2loadbmp/
....
Pretty neat! Tried it out on AppleWin with the test pic I'd done earlier
and it works fine. Just BSAVE BMPPIC,A$2000,L$2000 and you have your hires pic.
Rubywand