summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGiuseppe Baruffa <gbaruffa@users.noreply.github.com>2008-03-12 10:40:42 +0000
committerGiuseppe Baruffa <gbaruffa@users.noreply.github.com>2008-03-12 10:40:42 +0000
commita92cc111a27824f9696a6ec7e548d406db8a415e (patch)
treea9122a2761c7dab08d5497ef10a6ba92e2f36f22
parent52296999f6779194d2f3cb23ea7d2ce8b250f430 (diff)
Added help line for the -F option in j2k_to_image
-rw-r--r--ChangeLog3
-rw-r--r--codec/image_to_j2k.c4
2 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 9af7d358..4bd694d1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -5,6 +5,9 @@ What's New for OpenJPEG
! : changed
+ : added
+March 12, 2008
++ [GB] help line for the -F option in j2k_to_image
+
March 4, 2008
! [FOD] Changed Java files copyright in JavaOpenJPEG module
diff --git a/codec/image_to_j2k.c b/codec/image_to_j2k.c
index 0ce1a357..7e9436e1 100644
--- a/codec/image_to_j2k.c
+++ b/codec/image_to_j2k.c
@@ -208,6 +208,10 @@ void encode_help_display() {
fprintf(stdout,"\n");
fprintf(stdout,"-I : use the irreversible DWT 9-7 (-I) \n");
fprintf(stdout,"\n");
+ fprintf(stdout,"-F : characteristics of the raw input image\n");
+ fprintf(stdout," -F rawWidth,rawHeight,rawComp,rawBitDepth,s/u (Signed/Unsigned)\n");
+ fprintf(stdout," Example: -i lena.raw -o lena.j2k -F 512,512,3,8,u\n");
+ fprintf(stdout,"\n");
/* UniPG>> */
#ifdef USE_JPWL
fprintf(stdout,"-W : adoption of JPWL (Part 11) capabilities (-W params)\n");