xinxinlx / openjpeg

Automatically exported from code.google.com/p/openjpeg
Other
0 stars 0 forks source link

opj_compress description example error [Low priority] #350

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
[LOW Priority issue]

What steps will reproduce the problem?
1. run opj_compress without parameters

What is the expected output? What do you see instead?
Expected :
"
[ERROR] Required parameters are missing
Example: ./opj_compress -i image.pgm -o image.j2k
   Help: ./opj_compress -h
"
instead :
"
[ERROR] Required parameters are missing
Example: ./opj_compress -i image.j2k -o image.pgm
   Help: ./opj_compress -h
"

What version of the product are you using? On what operating system?
version 2.1 on mac OSX Maverick 64bits

Please provide any additional information below.

Original issue reported on code.google.com by franck.c...@h-t-solutions.com on 22 May 2014 at 11:30

GoogleCodeExporter commented 9 years ago
May be minor, but I was just heavily confused by it. Please apply attached 
patch to fix it.

Original comment by hanno@hboeck.de on 30 Nov 2014 at 8:47

Attachments:

GoogleCodeExporter commented 9 years ago
This issue was closed by revision r2949.

Original comment by m.darb...@gmail.com on 2 Dec 2014 at 8:18