def get_width(self):
		return pyf.fp_img_get_width(self.img)
Example #2
0
 def width(self):
     """The width of the image in pixels."""
     return pyf.fp_img_get_width(self._img)
Example #3
0
	def width(self):
		"""The width of the image in pixels."""
		return pyf.fp_img_get_width(self._img)