Correct the file type

This commit is contained in:
markpmlim 2018-09-17 13:57:23 +08:00
parent b14c2c0484
commit 3a9f889b8b
2 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@ import AppKit
import MetalKit
/*
Loads an unpacked Apple IIGS graphic ($C0/$0000) and make available
Loads an unpacked Apple IIGS graphic ($C1/$0000) and make available
the generated macOS bit map.
*/
public class Converter {

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 $C0 and $0000,
a) load an Apple IIGS 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,