You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@airavata.apache.org by "Marcus Christie (Jira)" <ji...@apache.org> on 2019/08/28 16:47:00 UTC

[jira] [Resolved] (AIRAVATA-3188) Image custom output display type

     [ https://issues.apache.org/jira/browse/AIRAVATA-3188?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Marcus Christie resolved AIRAVATA-3188.
---------------------------------------
    Resolution: Fixed

> Image custom output display type
> --------------------------------
>
>                 Key: AIRAVATA-3188
>                 URL: https://issues.apache.org/jira/browse/AIRAVATA-3188
>             Project: Airavata
>          Issue Type: Bug
>          Components: Django Portal
>            Reporter: Marcus Christie
>            Assignee: Marcus Christie
>            Priority: Major
>
> 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:
> {code:json}
> {
>   "image": <bytes array|file-like object>,
>   "mime-type": "image/png",
> }
> {code}



--
This message was sent by Atlassian Jira
(v8.3.2#803003)