コード例 #1
0
 def new_image(self, **kwargs):
     return Image.new(RGB, self.pixel_size, self.pixel_size, White)
コード例 #2
0
ファイル: pure.py プロジェクト: assafnativ/python-qrcode
 def new_image(self, **kwargs):
     return Image.new(RGB, self.pixel_size, self.pixel_size, White)