如何对图像进行编码和解码以在Hedera文件服务中使用?

huangapple go评论112阅读模式
英文:

How can I encode and decode an image for use with the Hedera file service?

问题

我想将图像存储在Hedera文件服务上,但我不知道如何入门。我不知道应该如何编码我的图像以及如何解码它。文档非常模糊,没有提及任何形式的数据类型、数据结构或编码,除了utf-8。请注意,我对文件和数据编码几乎没有经验。

英文:

I want to store images on the Hedera file service but I have no idea on how to get started. I don't know how I should encode my image and how to decode it. The documentation is extremely vague and does mention any form of data types, data structures or encoding except utf-8.

Please note that I have very little experience with file and data encoding overall.

答案1

得分: 0

你可以使用字节数组,这是标准的方法。

英文:

You can use byte arrays, this is the standard way.

huangapple
  • 本文由 发表于 2023年7月11日 03:49:42
  • 转载请务必保留本文链接:https://go.coder-hub.com/76656893.html
匿名

发表评论

匿名网友

:?: :razz: :sad: :evil: :!: :smile: :oops: :grin: :eek: :shock: :???: :cool: :lol: :mad: :twisted: :roll: :wink: :idea: :arrow: :neutral: :cry: :mrgreen:

确定