Closed xiangzhi closed 3 years ago
This pull request add the support to encode/decode depth image with TIFF compression format. TIFF format has been used in application such as ROS to encode depth images. The code/design for this PR is based on the PNG encoder/decoder.
Changes:
Let me know if any changes are required
Thanks for the review. I just made the suggested changes.
This pull request add the support to encode/decode depth image with TIFF compression format. TIFF format has been used in application such as ROS to encode depth images. The code/design for this PR is based on the PNG encoder/decoder.
Changes:
Let me know if any changes are required