Specify graphic format more precisely

This commit is contained in:
markpmlim 2018-09-17 14:49:29 +08:00
parent 3a9f889b8b
commit 764d952166
2 changed files with 2 additions and 2 deletions

View File

@ -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.
*/

View File

@ -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,