package
Version:
v0.0.0-...-45acbec
Opens a new window with list of versions in this module.
Published: Jul 29, 2026
License: AGPL-3.0
Opens a new window with license information.
Imports: 5
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Package image 提供图像解码功能(本库内部使用)。
Decode 解码 JPEG/PNG 图像字节,返回 image.Image。
Validate 校验字节是可解码的 JPEG/PNG,但只读文件头、不还原像素。
求解路径上真正解码是 wasm 里做的,这里只为在边界处给出类型化错误;
用 Decode 会为一张随即丢弃的位图付出整幅解码的代价。
Source Files
¶
Click to show internal directories.
Click to hide internal directories.