Skip to content

Commit

Permalink
feat: Add OpenEXR support
Browse files Browse the repository at this point in the history
  • Loading branch information
orhun committed Mar 7, 2022
1 parent 3463cca commit 8a738b6
Show file tree
Hide file tree
Showing 11 changed files with 919 additions and 9 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,7 @@
- [x] [PNM](https://en.wikipedia.org/wiki/Netpbm)
- [x] [TGA](https://en.wikipedia.org/wiki/Truevision_TGA)
- [x] [farbfeld](https://tools.suckless.org/farbfeld/)
- [x] [OpenEXR](https://en.wikipedia.org/wiki/OpenEXR)
- [ ] [WebP](https://en.wikipedia.org/wiki/WebP)
- [ ] [AVIF](https://en.wikipedia.org/wiki/AV1)
- [ ] [MP4](https://en.wikipedia.org/wiki/MPEG-4_Part_14)
Expand Down Expand Up @@ -406,6 +407,7 @@ SUBCOMMANDS:
tga Use the TGA encoder
pnm Use the PNM encoder
ff Use the farbfeld encoder
exr Use the OpenEXR encoder
```

#### Examples
Expand Down Expand Up @@ -497,6 +499,7 @@ SUBCOMMANDS:
tga Use the TGA encoder
pnm Use the PNM encoder
ff Use the farbfeld encoder
exr Use the OpenEXR encoder
save Save the output file(s)
```

Expand Down Expand Up @@ -562,6 +565,7 @@ SUBCOMMANDS:
tga Use the TGA encoder
pnm Use the PNM encoder
ff Use the farbfeld encoder
exr Use the OpenEXR encoder
save Save the output file(s)
```

Expand Down
243 changes: 237 additions & 6 deletions completions/menyoki.bash

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 8a738b6

Please sign in to comment.