postprocess-single.1.scd 687 B

12345678910111213141516171819202122232425262728293031
  1. postprocess-single(1) "Megapixels postprocessing backend"
  2. # NAME
  3. postprocess-single - Single image postprocesser utility
  4. # SYNOPSIS
  5. postprocess-single [-v] [-q quality] INPUT OUTPUT
  6. # DESCRIPTION
  7. Reads a .dng file produced by Megapixels or any other photography software outputting a standard bayer data openDNG.
  8. The image data is processed, sharpened, color-corrected and output as a jpeg file.
  9. # OPTIONS
  10. *INPUT*
  11. Path to the .dng file to read
  12. *OUTPUT*
  13. Output filename for the generated jpeg
  14. *-h*
  15. Show the help message and quit
  16. *-v*
  17. Show verbose debugging and timing information
  18. *-q QUALITY*
  19. Set the jpeg quality for the output, defaults to 90. The valid range is 0-100