return a blank image object
(self)
| 462 | """ |
| 463 | |
| 464 | def _blankimage(self): |
| 465 | """return a blank image object |
| 466 | """ |
| 467 | img = TK.PhotoImage(width=1, height=1, master=self.cv) |
| 468 | img.blank() |
| 469 | return img |
| 470 | |
| 471 | def _image(self, filename): |
| 472 | """return an image object containing the |