Skip to content

Latest commit

 

History

History
35 lines (20 loc) · 1003 Bytes

README.md

File metadata and controls

35 lines (20 loc) · 1003 Bytes

Application Title

JPEG2000 Conversion Tool

Description

Getting Started

Dependencies

  • Windows 7 or above

Installing

Executing program

  • Kakadu application should be installed and the exe (kdu_compress.exe) path should be captured in the "jp2.ini" file within <path></path> element. example: <path>C:\Program Files\Kakadu\kdu_compress.exe</path>
  • Run the program
  • Ask user to enter the path of the input image file
  • Tool will convert the TIFF images into JPEG2000 Images in the same path

Help

  • Kakadu application should be installed and the exe (kdu_compress.exe) path should be captured in the "jp2.ini" file within <path></path> element. example: <path>C:\Program Files\Kakadu\kdu_compress.exe</path>

Version History

  • 0.1
    • Initial Release