-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Implement Store.add_image()
#79
Comments
I opened the issue now to make sure that we have a reference to #77 (comment), which will guide the implementation |
Is this still relevant? What is the feature behind this? Please specify the context in the issue. |
InfoMander.add_image()
Store.add_image()
Added some context in the issue description |
Pillow detects the format of an opened Image. It should help to detect the mime-type. |
From our discussion there are several issues here:
|
Closing, because a workaround has been implemented. Also most of the issues discussed in the previous message will be solved by #303 |
See #77 (comment)
Currently the dashboard accepts images in form of a base64-encoded with a mime-type (supported formats are SVG, PNG, JPEG and WEBP). However, there is currently no way of saving an image in a Mandr that could then be sent to the dashboard.
One issue is that we're unsure of how to detect the image's format, so we'd require the user to specify it manually every time.
All this to say, the design still needs to be specified.
For context, initially this issue was meant to help implement saving a Matplotlib, which would look something like this:
and be implemented something like this:
The text was updated successfully, but these errors were encountered: