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