mirror of
https://github.com/KrisKennaway/ii-pix.git
synced 2024-12-22 09:29:30 +00:00
Tweak
This commit is contained in:
parent
4f8fe0c1e8
commit
5d6cbfc438
@ -40,7 +40,7 @@ python convert.py <mode> [<flags>] <input> <output>
|
||||
```
|
||||
where
|
||||
* `mode` is one of the following:
|
||||
* `hgr` for Hi-Res Colour (560x192 but only half of the horizontal pixels may be independently controlled)
|
||||
* `hgr` for Hi-Res Colour (560x192 but only half of the horizontal pixels may be independently controlled)
|
||||
* `dhr` for Double Hi-Res Colour (560x192)
|
||||
* `dhr_mono` for Double Hi-Res Mono (560x192)
|
||||
* `shr` for Super Hi-Res (320x200)
|
||||
@ -64,7 +64,7 @@ See below for mode-specific instructions.
|
||||
To convert an image to Hi-Res the simplest usage is:
|
||||
|
||||
```buildoutcfg
|
||||
python convert.py hgr --palette ntsc <input> <output.hgr>
|
||||
python convert.py hgr <input> <output.hgr>
|
||||
```
|
||||
|
||||
`<output.hgr>` contains the hires image data in a form suitable for transfer to an Apple II disk image.
|
||||
|
Loading…
Reference in New Issue
Block a user