]> granicus.if.org Git - openjpeg/commitdiff
Added help line for the -F option in j2k_to_image
authorGiuseppe Baruffa <gbaruffa@users.noreply.github.com>
Wed, 12 Mar 2008 10:40:42 +0000 (10:40 +0000)
committerGiuseppe Baruffa <gbaruffa@users.noreply.github.com>
Wed, 12 Mar 2008 10:40:42 +0000 (10:40 +0000)
ChangeLog
codec/image_to_j2k.c

index 9af7d358621984e49382c0371434ff18f4c169f6..4bd694d19f04925008b8c8a2c45e43bfce1aec12 100644 (file)
--- 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
 
index 0ce1a35753038c031e08b901f869ef5835be45f0..7e9436e1550cc4251df5db9aa65b34aed55ef6c9 100644 (file)
@@ -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");