Skip to content

Commit

Permalink
Merge pull request #8 from trapexit/bump_version
Browse files Browse the repository at this point in the history
Bump version and update README
  • Loading branch information
trapexit authored Aug 22, 2022
2 parents 6a0c811 + a77aa82 commit 1f62273
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
11 changes: 9 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# 3it: 3DO Image Tool

An all purpose 3DO image conversion tool. Can convert to and from JPEG, PNG,
BMP, 3DO CEL, 3DO Banner, 3DO ANIM, 3DO IMAG, and NFS 3SH formats. Supports
coded and uncoded, packed and unpacked, linear and lrform CELs.
BMP, 3DO CEL, 3DO Banner, 3DO ANIM, 3DO IMAG, NFS 3SH, and NFS wwww formats.
Supports coded and uncoded, packed and unpacked, linear and lrform CELs.


## Usage
Expand All @@ -27,8 +27,14 @@ Subcommands:
to-png convert image to PNG
to-jpg convert image to JPG
to-nfs-shpm convert image to Need for Speed SHPM
$ 3it to-cel --help
...
```

All subcommands have their own help and arguments. Use `--help` or
`--help-all` to see all available options.


## TODO

Expand All @@ -39,6 +45,7 @@ Subcommands:
* to ANIM
* ability to write text chunks
* figure out NFS HSPT chunk
* ability to write NFS wwww files? May deserve its own tool.


## Notes
Expand Down
2 changes: 1 addition & 1 deletion src/subcmd_version.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
#include "fmt.hpp"

#define MAJOR 1
#define MINOR 1
#define MINOR 2
#define PATCH 0

namespace SubCmd
Expand Down

0 comments on commit 1f62273

Please sign in to comment.