from_exif_buffer


Description:


public TagList from_exif_buffer (Buffer buffer, int byte_order, uint32 base_offset)

Parses the IFD and IFD tags data contained in the buffer and puts it on a taglist.

The base_offset is used to subtract from the offset in the tag entries and be able to get the offset relative to the buffer start

Parameters:

buffer

The exif buffer

byte_order

byte order of the data

base_offset

Offset from the tiff header to this buffer

Returns:

The parsed taglist


Namespace: Gst.Tag.List