tf.io.decode_gif
Stay organized with collections
Save and categorize content based on your preferences.
Decode the frame(s) of a GIF-encoded image to a uint8 tensor.
tf.io.decode_gif(
contents: Annotated[Any, _atypes.String], name=None
) -> Annotated[Any, _atypes.UInt8]
Used in the notebooks
GIF images with frame or transparency compression are not supported.
On Linux and MacOS systems, convert animated GIFs from compressed to
uncompressed by running:
convert \\(src.gif -coalesce \\)dst.gif
This op also supports decoding JPEGs and PNGs, though it is cleaner to use
tf.io.decode_image
.
Args |
contents
|
A Tensor of type string . 0-D. The GIF-encoded image.
|
name
|
A name for the operation (optional).
|
Returns |
A Tensor of type uint8 .
|
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates. Some content is licensed under the numpy license.
Last updated 2024-04-26 UTC.
[null,null,["Last updated 2024-04-26 UTC."],[],[],null,["# tf.io.decode_gif\n\nDecode the frame(s) of a GIF-encoded image to a uint8 tensor.\n\n#### View aliases\n\n\n**Main aliases**\n\n[`tf.image.decode_gif`](https://www.tensorflow.org/api_docs/python/tf/io/decode_gif)\n**Compat aliases for migration**\n\nSee\n[Migration guide](https://www.tensorflow.org/guide/migrate) for\nmore details.\n\n[`tf.compat.v1.image.decode_gif`](https://www.tensorflow.org/api_docs/python/tf/io/decode_gif), [`tf.compat.v1.io.decode_gif`](https://www.tensorflow.org/api_docs/python/tf/io/decode_gif)\n\n\u003cbr /\u003e\n\n tf.io.decode_gif(\n contents: Annotated[Any, _atypes.String], name=None\n ) -\u003e Annotated[Any, _atypes.UInt8]\n\n### Used in the notebooks\n\n| Used in the tutorials |\n|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| - [MoveNet: Ultra fast and accurate pose detection model.](https://www.tensorflow.org/hub/tutorials/movenet) - [MoViNet for streaming action recognition](https://www.tensorflow.org/hub/tutorials/movinet) |\n\nGIF images with frame or transparency compression are not supported.\nOn Linux and MacOS systems, convert animated GIFs from compressed to\nuncompressed by running: \n\n convert \\\\(src.gif -coalesce \\\\)dst.gif\n\nThis op also supports decoding JPEGs and PNGs, though it is cleaner to use\n[`tf.io.decode_image`](../../tf/io/decode_image).\n\n\u003cbr /\u003e\n\n\u003cbr /\u003e\n\n\u003cbr /\u003e\n\n| Args ---- ||\n|------------|----------------------------------------------------------|\n| `contents` | A `Tensor` of type `string`. 0-D. The GIF-encoded image. |\n| `name` | A name for the operation (optional). |\n\n\u003cbr /\u003e\n\n\u003cbr /\u003e\n\n\u003cbr /\u003e\n\n\u003cbr /\u003e\n\n| Returns ------- ||\n|---|---|\n| A `Tensor` of type `uint8`. ||\n\n\u003cbr /\u003e"]]