Skip to content

Commit

Permalink
Merge branch 'master' into adding_some_documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
aous72 committed Jun 20, 2024
2 parents 6f413ff + ceb6a79 commit 088ad76
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/status.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ The encoder supports lossless and quantization-based lossy encoding. There is c

As it stands, the OpenJPH library needs documentation. The provided encoder ojph\_compress only generates HTJ2K codestreams, with the extension j2c; the generated files lack the .jph header. Adding the .jph header is of little urgency, as the codestream contains all needed information to properly decode an image. The .jph header will be added at a future point in time. The provided decoder ojph\_expand decodes .jph files, by ignoring the .jph header if it is present.

The provided command line tools ojph\_compress and ojph\_expand accepts and generated .pgm, .ppm, .yuv, .raw, and .dpx. See the usage examples below.
The provided command line tools ojph\_compress and ojph\_expand accepts and generates .pgm, .ppm, .yuv, .raw, and .dpx. See the usage examples below.
2 changes: 1 addition & 1 deletion src/apps/ojph_compress/ojph_compress.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -558,7 +558,7 @@ int main(int argc, char * argv[]) {
" LRCP, RLCP, RPCL, PCRL, CPRL\n"
" -block_size {x,y} (64,64) where x and y are the height and width of\n"
" a codeblock. In unix-like environment, { and } must be\n"
" proceeded by a ""\\""\n"
" preceded by a ""\\""\n"
" -precincts {x,y},{x,y},...,{x,y} where {x,y} is the precinct size\n"
" starting from the coarsest resolution; the last precinct\n"
" is repeated for all finer resolutions\n"
Expand Down

0 comments on commit 088ad76

Please sign in to comment.