Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
Description
A viewer for output data providers that have display type of image. The output data providers should return a dictionary with a bytes array or file like object with bytes data with the key image and the mime type with the key mime-type. For example:
{ "image": <bytes array|file-like object>, "mime-type": "image/png", }
Attachments
Issue Links
- relates to
-
AIRAVATA-3029 Custom output viewers
- Resolved