Documentation ¶
Index ¶
- Variables
- type Engine
- type Image
- func (i *Image) Clone() imgry.Image
- func (i *Image) Data() []byte
- func (i *Image) Format() string
- func (i *Image) Height() uint
- func (i *Image) Release()
- func (i *Image) Released() bool
- func (i *Image) SetFormat(format string) error
- func (i *Image) SizeIt(sizing *imgry.Sizing) error
- func (i *Image) Width() uint
- func (i *Image) WriteToFile(fn string) error
Constants ¶
This section is empty.
Variables ¶
View Source
var (
ErrEngineReleased = errors.New("imgry: engine has been released.")
)
Functions ¶
This section is empty.
Types ¶
type Image ¶
type Image struct {
// contains filtered or unexported fields
}
func (*Image) WriteToFile ¶
Click to show internal directories.
Click to hide internal directories.