Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type FormatError ¶
type FormatError string
func (FormatError) Error ¶
func (e FormatError) Error() string
type JxlDecoder ¶ added in v1.1.0
type JxlDecoder struct {
// contains filtered or unexported fields
}
func NewJxlDecoder ¶ added in v1.1.0
func NewJxlDecoder(r io.Reader, blockSize int) *JxlDecoder
func (*JxlDecoder) Destroy ¶ added in v1.1.0
func (d *JxlDecoder) Destroy()
func (*JxlDecoder) Info ¶ added in v1.1.0
func (d *JxlDecoder) Info() (JxlInfo, error)
func (*JxlDecoder) Read ¶ added in v1.1.0
func (d *JxlDecoder) Read() ([]byte, error)
func (*JxlDecoder) Reset ¶ added in v1.1.0
func (d *JxlDecoder) Reset(r io.Reader)
func (*JxlDecoder) Rewind ¶ added in v1.1.0
func (d *JxlDecoder) Rewind()
Click to show internal directories.
Click to hide internal directories.