Datasette plugin that renders binary blob images using data-uris
Project description
datasette-render-images
A Datasette plugin that renders binary blob images with data-uris, using the new render_cell
plugin hook available in Datasette master - see issue 352 for details.
If a database row contains binary image data (PNG, GIF or JPEG), this plugin will detect that it is an image (using the imghdr module and render that cell using an <img src="data:image/png;base64,...">
element.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
No source distribution files available for this release.
See tutorial on generating distribution archives.
Built Distribution
Close
Hashes for datasette_render_images-0.1-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | df298e2a7dcc34e3f0e62f5bd83e46aa9f78936b76e605c975152d8877a74f63 |
|
MD5 | 87260758f626871fc97dcc7f7a6fff46 |
|
BLAKE2b-256 | 18022aebb4e2e96bb59a8207527cc5db1c8a32aa9f34d5ba31781871bf2dab23 |