to_list method

to_list(self)

Creates a list from the package.

Returns

A list that contains all Raw tags from the package.


def to_list(self):
    ...

Example

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

See Also