View source on GitHub |
Decode Exif information from an JPEG image.
tfio.experimental.image.decode_jpeg_exif(
contents, name=None
)
Args | |
---|---|
contents
|
A Tensor of type string . 0-D. The JPEG-encoded image.
|
name
|
A name for the operation (optional). |
Returns | |
---|---|
A Tensor of type int64 for orientation.
|