Versions in this module Expand all Collapse all v1 v1.2.13 Feb 20, 2022 v1.2.12 Feb 20, 2022 Changes in this version + type ErrConfigInvalid string + func (e ErrConfigInvalid) Error() string + type ErrConfigMissing string + func (e ErrConfigMissing) Error() string + type Format struct + func NewFormatter(suffix string) (sf *Format) + func (sf *Format) Decode(reader uv3dp.Reader, filesize int64) (printable uv3dp.Printable, err error) + func (sf *Format) Encode(writer uv3dp.Writer, printable uv3dp.Printable) (err error) + type Print struct + func (czip *Print) Close() + func (czip *Print) LayerImage(index int) (imageGray *image.Gray) + type ReadSeekCloser interface