Go语言中的image/jpeg库是否支持JPEG渐进格式?

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

Can the image/jpeg library in Go support JPEG progressive format

问题

在尝试解码使用渐进格式的JPEG图像时,Google App Engine中的Go运行时(版本)的image/jpeg包返回“不支持的JPEG特性:渐进模式”。这是我的错误吗?还是Go尚未能解码这种类型的JPEG图像?

英文:

The Go runtime (the version that is in google appengine) package image/jpeg returns "unsupported JPEG feature: progressive mode" when trying to Decode a JPEG that uses progressive format. Is this an error on my part? Or is this type of JPEG not yet decodable in Go?

答案1

得分: 5

它将包含在即将发布的Go 1.1版本中。

Revision: 51f26e36ba98: image/jpeg: 解码渐进式JPEG图像。

英文:

It will be included in the upcoming Go 1.1 release.

Revision: 51f26e36ba98: image/jpeg: decode progressive JPEGs.

huangapple
  • 本文由 发表于 2013年2月2日 07:31:40
  • 转载请务必保留本文链接:https://go.coder-hub.com/14656839.html
匿名

发表评论

匿名网友

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

确定