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