Return the image class for further processing.
(self, **kwargs)
| 76 | pass |
| 77 | |
| 78 | def get_image(self, **kwargs): |
| 79 | """ |
| 80 | Return the image class for further processing. |
| 81 | """ |
| 82 | return self._img |
| 83 | |
| 84 | def check_kind(self, kind, transform=None): |
| 85 | """ |
no outgoing calls