to_list method

to_list

Creates a list from the package.

Returns

A list that contains all TIFF tags from the package.

def to_list(self):
    ...

Example

This example demonstrates how to read all EXIF tags extracted from a file.

See Also