將GIF-encoded 圖像的幀解碼為 uint8 張量。
用法
tf.raw_ops.DecodeGif(
contents, name=None
)
參數
-
contents
Tensor
類型為string
。 0-D。 GIF-encoded 圖像。 -
name
操作的名稱(可選)。
返回
-
Tensor
類型為uint8
。
不支持帶有幀或透明度壓縮的 GIF 圖像。在 Linux 和 MacOS 係統上,通過運行以下命令將動畫 GIF 從壓縮轉換為未壓縮:
convert \\(src.gif -coalesce \\)dst.gif
此操作還支持解碼 JPEG 和 PNG,盡管使用
更簡潔。tf.io.decode_image
相關用法
- Python tf.raw_ops.DecodeProtoV2用法及代碼示例
- Python tf.raw_ops.DepthToSpace用法及代碼示例
- Python tf.raw_ops.DepthwiseConv2dNative用法及代碼示例
- Python tf.raw_ops.DeserializeManySparse用法及代碼示例
- Python tf.raw_ops.Dequantize用法及代碼示例
- Python tf.raw_ops.DeserializeSparse用法及代碼示例
- Python tf.raw_ops.Dilation2D用法及代碼示例
- Python tf.raw_ops.DynamicPartition用法及代碼示例
- Python tf.raw_ops.DataFormatVecPermute用法及代碼示例
- Python tf.raw_ops.DiagPart用法及代碼示例
- Python tf.raw_ops.Diag用法及代碼示例
- Python tf.raw_ops.DynamicStitch用法及代碼示例
- Python tf.raw_ops.TPUReplicatedInput用法及代碼示例
- Python tf.raw_ops.Bitcast用法及代碼示例
- Python tf.raw_ops.SelfAdjointEigV2用法及代碼示例
- Python tf.raw_ops.BatchMatMul用法及代碼示例
- Python tf.raw_ops.OneHot用法及代碼示例
- Python tf.raw_ops.ResourceScatterNdSub用法及代碼示例
- Python tf.raw_ops.ReadVariableXlaSplitND用法及代碼示例
- Python tf.raw_ops.GatherV2用法及代碼示例
注:本文由純淨天空篩選整理自tensorflow.org大神的英文原創作品 tf.raw_ops.DecodeGif。非經特殊聲明,原始代碼版權歸原作者所有,本譯文未經允許或授權,請勿轉載或複製。