mirror of
https://github.com/markpmlim/GraphicConverterIIGS.git
synced 2024-11-25 20:33:26 +00:00
Correct the file type
This commit is contained in:
parent
b14c2c0484
commit
3a9f889b8b
@ -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 {
|
||||
|
@ -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,
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user