[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RGB24 to Apple II color change
- Subject: RGB24 to Apple II color change
- From: bluebird <mildstorm@gmail.com>
- Date: Sun, 6 Dec 2009 17:41:45 -0800 (PST)
- Complaints-to: groups-abuse@google.com
- Injection-info: g4g2000pri.googlegroups.com; posting-host=124.50.46.166; posting-account=59zgiAoAAAD1UBiNbwKTnEqZIAtVrM7Y
- Newsgroups: comp.sys.apple2
- Organization: http://groups.google.com
- User-agent: G2/1.0
- Xref: g2news1.google.com comp.sys.apple2:12923
I want to display RGB 24 bit BMP image on Apple II.
As you know, RGB888 <-> RGB565 conversion is simple on IBM.
But in Apple II, I don't know how..
Is there any good conversion source?