mirror of
https://github.com/markpmlim/GraphicConverterIIGS.git
synced 2025-02-16 20:30:31 +00:00
Specify graphic format more precisely
This commit is contained in:
parent
3a9f889b8b
commit
764d952166
@ -1,5 +1,5 @@
|
||||
/*
|
||||
A simple Playground demo to load an unpacked Apple IIGS Super-Hires graphic file ($C1/$0000) and display it.
|
||||
A simple Playground demo to load an unpacked Apple IIGS Super-Hires 320x200 graphic file ($C1/$0000) and display it.
|
||||
Written in Swift 3.x
|
||||
Requires XCode 8.x or later.
|
||||
*/
|
||||
|
@ -1,6 +1,6 @@
|
||||
A simple Playground demonstration on how to
|
||||
|
||||
a) load an Apple IIGS graphic file with a file type and auxiliary type of $C1 and $0000,
|
||||
a) load an Apple IIGS 320x200 graphic file with a file type and auxiliary type of $C1 and $0000,
|
||||
|
||||
b) extract data from the loaded file and use the information to instantiate a raw bitmap which can be used by macOS to create a CGImage object,
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user