Versions in this module Expand all Collapse all v0 v0.2.4 Feb 4, 2023 Changes in this version + const CompressionGzip + const CompressionZstd + const FormatLogLuv + const FormatRGB + const FormatRGBE + const FormatXYZ + const FormatXYZE + const RasterModeNormal + const RasterModeSeparately + var Mode1 = &Header + var Mode2 = &Header + var Mode3 = &Header + var Mode4 = &Header + var Mode5 = &Header + var Mode6 = &Header + func Decode(r io.Reader) (img image.Image, err error) + func DecodeConfig(r io.Reader) (image.Config, error) + func Encode(w io.Writer, m hdr.Image) error + func EncodeWithOptions(w io.Writer, m hdr.Image, h *Header) error + type FormatError string + func (e FormatError) Error() string + type Header struct + Compression string + Depth int + Format string + Height int + Metadata map[string]string + RasterMode string + Width int + func DecodeHeader(r io.Reader) (Header, error) + type InternalError string + func (e InternalError) Error() string + type UnsupportedError string + func (e UnsupportedError) Error() string