Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
edoriggio authored Aug 2, 2023
1 parent b6fa5df commit 44d4515
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Essentially, the visible channel gets too bright. When making an HRPT composite,
There is a single script that seperates channels from a raw APT image, and uses the channels to create the final composite. Both the two channels and the colored image are available in the `out/` directory.

```
$ ./src/makeRGB.py --help
$ python ./src/makeRGB.py --help
usage: makeRGB.py [-h] [-m MODE] [-b] src
APT Colorizer CLI
Expand All @@ -36,7 +36,7 @@ options:
```

```
./src/makeRGB.py input.png --boost --mode noir
python ./makeRGB.py input.png --boost --mode noir
```

# Image Gallery
Expand Down

0 comments on commit 44d4515

Please sign in to comment.