load Image() from embedded python
Michael Hipp <[email protected]>
| Newsgroups | gmane.comp.python.reportlab.user |
|---|---|
| Message-ID | <[email protected]> |
In the reportlab.platypus Image flowable, is it possible to load the image from an image embedded as binary in the python code? The only api for Image seems to depend on a filename. I'd prefer not to have to lug around things like logos and icons with my program. Thanks, Michael