mirror of
https://github.com/digarok/gs-image-conversion.git
synced 2024-12-11 17:51:03 +00:00
formatting
This commit is contained in:
parent
8012502c16
commit
b5958edf89
@ -12,8 +12,8 @@ To approximate it here, we use imagemagick to perform the following conversion s
|
||||
- for each line:
|
||||
- remove two channels (Green,Blue) to get remaining channel (Red)
|
||||
- reduce that channel to a 16 color, 12 bit, dithered image
|
||||
- recombine the 67 * 3 images into single 320x201 image
|
||||
- crop to 320x200, effectively dropping the last Blue line since we start with RGB at the top
|
||||
- recombine the 67 * 3 images into single 320x201 image
|
||||
- crop to 320x200, effectively dropping the last Blue line since we start with RGB at the top
|
||||
|
||||
## Prerequisite
|
||||
You must have imagemagick installed. To see if it's installed, open a command line and type `convert`
|
||||
|
Loading…
Reference in New Issue
Block a user