Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type PNGEncoderBufPool ¶
type PNGEncoderBufPool struct {
// contains filtered or unexported fields
}
func (*PNGEncoderBufPool) Get ¶
func (p *PNGEncoderBufPool) Get() *png.EncoderBuffer
func (*PNGEncoderBufPool) Put ¶
func (p *PNGEncoderBufPool) Put(buf *png.EncoderBuffer)
Click to show internal directories.
Click to hide internal directories.