Skip to main content
Solved

Hello, I am looking to convert RGBI (four bands) tiff files into JPEG2000 format and maintain the RGBI data. I cannot seem to work out how to maintain the infrared band as the write format seems to allow for that.

  • March 16, 2022
  • 2 replies
  • 55 views

mcgregrr
Contributor
Forum|alt.badge.img+1
Hello, I am looking to convert RGBI (four bands) tiff files into JPEG2000 format and maintain the RGBI data. I cannot seem to work out how to maintain the infrared band as the write format seems to allow for that.

Best answer by takashi

Hi @mcgregrr​ , the JPEG2000 format supports storing four bands raster, so I think you can use the JPEG2000 writer to save the RGBI raster into the destination file as is. If you encountered a problem when running the workspace, describe the situation specifically.

This post is closed to further activity.
It may be an old question, an answered question, an implemented idea, or a notification-only post.
Please check post dates before relying on any information in a question or answer.
For follow-up or related questions, please post a new question or idea.
If there is a genuine update to be made, please contact us and request that the post is reopened.

2 replies

takashi
Celebrity
  • 7843 replies
  • Best Answer
  • March 16, 2022

Hi @mcgregrr​ , the JPEG2000 format supports storing four bands raster, so I think you can use the JPEG2000 writer to save the RGBI raster into the destination file as is. If you encountered a problem when running the workspace, describe the situation specifically.


mcgregrr
Contributor
Forum|alt.badge.img+1
  • Author
  • Contributor
  • 4 replies
  • March 16, 2022

Hello and thanks for the response. It seems that when I tried to add a JPEG2000 writer it would default to the JPEG writer hence the issue of the transformer failing. Once I was able to establish the correct JPEG2000 writer it completed without issue.