set_from_exif


Description:

[ Version ( since = "2.10" ) ]
public bool set_from_exif (uint8[] exif_data) throws Error

Sets the tags from a piece of Exif data on this.

Parameters:

this

A Metadata instance.

exif_data

The blob of Exif data to set

exif_data_length

Length of exif_data, in bytes

Returns:

true on success, false otherwise.