I was wondering if it is possible in Python to create a program that is able to take the number of pages inside .tiff files, then output exactly how many pages it is all together. I'm new to Python, but want to try writing code that can do this. Is this possible? If so could you please point me in the write direction? From my googling, it seems like I would need to use PIL.
I don't think this is possible but... Is there any metadata information that Python can take from a .tiff file and simply add them all together from all files?
Thank you for the help!