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