Subversion Repositories Kolibri OS

Rev

Go to most recent revision | Blame | Last modification | View Log | RSS feed

  1. '\" t
  2. '\" The line above instructs most `man' programs to invoke tbl
  3. '\"
  4. '\" Separate paragraphs; not the same as PP which resets indent level.
  5. .de SP
  6. .if t .sp .5
  7. .if n .sp
  8. ..
  9. '\"
  10. '\" Replacement em-dash for nroff (default is too short).
  11. .ie n .ds m " -
  12. .el .ds m \(em
  13. '\"
  14. '\" Placeholder macro for if longer nroff arrow is needed.
  15. .ds RA \(->
  16. '\"
  17. '\" Decimal point set slightly raised
  18. .if t .ds d \v'-.15m'.\v'+.15m'
  19. .if n .ds d .
  20. '\"
  21. '\" Enclosure macro for examples
  22. .de EX
  23. .SP
  24. .nf
  25. .ft CW
  26. ..
  27. .de EE
  28. .ft R
  29. .SP
  30. .fi
  31. ..
  32. .TH j2k_dump 1 "Version 1.4.0" "j2k_dump" "dumps jpeg2000 files"
  33. .P
  34. .SH NAME
  35. j2k_dump -
  36. This program reads in a jpeg2000 image and dumps the contents to stdout. It is part of the OpenJPEG library.
  37. .SP
  38. Valid input image extensions are
  39. .B .j2k, .jp2, .jpt
  40. .SP
  41. .SH SYNOPSIS
  42. .P
  43. .B j2k_dump -i \fRinfile.j2k
  44. .P
  45. .B j2k_dump -ImgDir \fRimages/ \fRDump all files in images/
  46. .P
  47. .B j2k_dump -h  \fRPrint help message and exit
  48. .P
  49. .SH OPTIONS
  50. .TP
  51. .B \-\^i "name"
  52. (jpeg2000 input file name)
  53. .TP
  54. .B \-\^ImgDir "directory_name"
  55. (directory containing jpeg2000 input files)
  56. .P
  57. '\".SH BUGS
  58. .SH AUTHORS
  59. Copyright (c) 20010, Mathieu Malaterre
  60. .P
  61. .SH "SEE ALSO"
  62. image_to_j2k(1) j2k_to_image(1)
  63.