Programmatically Convert .JP2(JPEG200) Image Into PNG Format in LabVIEW

Updated May 26, 2023

Environment

Software

  • Vision Development Module
  • LabVIEW

Other

  • ImageMagick

Vision Development Module is not able to display the .jp2(JPEG2000) image correctly if it has been compressed in the following options:
  • Lossy compression
  • Wavelet transform mode: floating-point
This article shows how convert .jp2 image into PNG format programmatically using LabVIEW with a third-party tool installed.
 

  1. Install ImageMagick 7.1.
  2. Run the example VI attached in this article to perform conversion of .jp2 image to PNG image. The VI is saved in LabVIEW 2015 version.

After converting the image, Vision Development Module will be able to display the image correctly in LabVIEW.