コード例 #1
0
	def get_rgb_data(self):
		return pyf.pyfp_img_get_rgb_data(self.img)
コード例 #2
0
ファイル: pyfprint.py プロジェクト: ffsouza/pyfprint
    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)
コード例 #3
0
ファイル: pyfprint.py プロジェクト: EmericB/pyfprint
	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)