www.pixinsight.com
Welcome,
Guest
. Please
login
or
register
.
1 Hour
1 Day
1 Week
1 Month
Forever
Login with username, password and session length
This forum is closed since 5 March 2020
PixInsight Forum is now available at:
https://pixinsight.com/forum/
News:
Home
Help
Search
Login
Register
PixInsight Forum (historical)
»
Software Development
»
PCL and PJSR Development
»
Reading TIFF tags
« previous
next »
Print
Pages: [
1
]
Author
Topic: Reading TIFF tags (Read 2662 times)
Astrocava
PixInsight Addict
Posts: 180
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
Logged
Moonfish ED80 over a Meade LX200GPS 8"
Juan Conejero
PTeam Member
PixInsight Jedi Grand Master
Posts: 7111
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.
Logged
Juan Conejero
PixInsight Development Team
http://pixinsight.com/
Astrocava
PixInsight Addict
Posts: 180
Re: Reading TIFF tags
«
Reply #2 on:
2017 March 17 07:54:58 »
Thanks, Juan. I'll check it.
Logged
Moonfish ED80 over a Meade LX200GPS 8"
Print
Pages: [
1
]
« previous
next »
PixInsight Forum (historical)
»
Software Development
»
PCL and PJSR Development
»
Reading TIFF tags