Author Topic: Reading TIFF tags  (Read 2662 times)

Offline Astrocava

  • PixInsight Addict
  • ***
  • Posts: 180
    • Astrocava.com
Reading TIFF tags
« on: 2017 March 09 13:05:35 »
Only a short question...

Is possible to extract or read tiff tags in pixinsight?

Thanks in advance,

Sergio
Moonfish ED80 over a Meade LX200GPS 8"

Offline Juan Conejero

  • PTeam Member
  • PixInsight Jedi Grand Master
  • ********
  • Posts: 7111
    • http://pixinsight.com/
Re: Reading TIFF tags
« Reply #1 on: 2017 March 16 04:39:00 »
Hi Sergio,

Not directly. However, you can use the LibTIFF library, which is part of the PCL distribution:

https://github.com/PixInsight/PCL/tree/master/src/3rdparty/libtiff

See the TIFF format support module:

https://github.com/PixInsight/PCL/tree/master/src/modules/file-formats/TIFF

which you can modify or extend to support more TIFF tags.
Juan Conejero
PixInsight Development Team
http://pixinsight.com/

Offline Astrocava

  • PixInsight Addict
  • ***
  • Posts: 180
    • Astrocava.com
Re: Reading TIFF tags
« Reply #2 on: 2017 March 17 07:54:58 »
Thanks, Juan. I'll check it.
Moonfish ED80 over a Meade LX200GPS 8"