def get_rgb_data(self):
		return pyf.pyfp_img_get_rgb_data(self.img)
Example #2
0
    def rgb_data(self):
        """
		Return a string containing three bytes per pixel, representing a gray RGB image.
		"""
        return pyf.pyfp_img_get_rgb_data(self._img)
Example #3
0
	def rgb_data(self):
		"""
		Return a string containing three bytes per pixel, representing a gray RGB image.
		"""
		return pyf.pyfp_img_get_rgb_data(self._img)