MCPcopy
hub / github.com/gographics/imagick / NewPixelIterator

Method NewPixelIterator

imagick/pixel_iterator.go:25–27  ·  view source on GitHub ↗

Returns a new pixel iterator mw: the magick wand to iterate on

()

Source from the content-addressed store, hash-verified

23// mw: the magick wand to iterate on
24//
25func (mw *MagickWand) NewPixelIterator() *PixelIterator {
26 return &PixelIterator{C.NewPixelIterator(mw.mw)}
27}
28
29// Returns a new pixel iterator
30//

Callers 2

mainFunction · 0.95
mainFunction · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected