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

Method GetImageWidth

imagick/magick_wand_image.go:1414–1416  ·  view source on GitHub ↗

Returns the image width.

()

Source from the content-addressed store, hash-verified

1412
1413// Returns the image width.
1414func (mw *MagickWand) GetImageWidth() uint {
1415 return uint(C.MagickGetImageWidth(mw.mw))
1416}
1417
1418// Returns the number of images associated with a magick wand.
1419func (mw *MagickWand) GetNumberImages() uint {

Callers 11

TestGetImageFloatsFunction · 0.95
mainFunction · 0.95
mainFunction · 0.95
mainFunction · 0.95
setTilePatternFunction · 0.95
textEffect1Function · 0.95
mainFunction · 0.95
mainFunction · 0.95
example3Function · 0.95
example4Function · 0.95
make_tileFunction · 0.80

Calls

no outgoing calls

Tested by 1

TestGetImageFloatsFunction · 0.76