diff options
| author | Francois-Olivier Devaux <fodevaux@users.noreply.github.com> | 2007-07-13 13:07:07 +0000 |
|---|---|---|
| committer | Francois-Olivier Devaux <fodevaux@users.noreply.github.com> | 2007-07-13 13:07:07 +0000 |
| commit | 5dec8bbbe9eb29454d0b1721ff137a9f98752449 (patch) | |
| tree | b6a03cbf55263f43e367474179bbae6e26373306 /codec | |
| parent | 4a50efe542e2c5a7ed32151f3124bd229ae70d1e (diff) | |
Diffstat (limited to 'codec')
| -rw-r--r-- | codec/image_to_j2k.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/codec/image_to_j2k.c b/codec/image_to_j2k.c index 113f2f1d..73708e30 100644 --- a/codec/image_to_j2k.c +++ b/codec/image_to_j2k.c @@ -98,10 +98,6 @@ void encode_help_display() { fprintf(stdout,"The markers written to the main_header are : SOC SIZ COD QCD COM.\n"); fprintf(stdout,"COD and QCD never appear in the tile_header.\n"); fprintf(stdout,"\n"); - fprintf(stdout,"- This coder can encode a mega image, a test was made on a 24000x24000 pixels \n"); - fprintf(stdout,"color image. You need enough disk space memory (twice the original) to encode \n"); - fprintf(stdout,"the image,i.e. for a 1.5 GB image you need a minimum of 3GB of disk memory)\n"); - fprintf(stdout,"\n"); fprintf(stdout,"By default:\n"); fprintf(stdout,"------------\n"); fprintf(stdout,"\n"); |
