Skip to content

Improve display of image data #21

@dylanmcreynolds

Description

@dylanmcreynolds

Currently images are displayed as grey scale, with no features for zooming. This done by transforming the image to jpeg and string encoding it on the server.

I'd like to improve this. With the MLExchange apps, we use Plotly Dash, which itself uses Plotly.js...so using Plotly.js in SPAs would probably result in a similar experience. This would also easily support colormaps.

If we sent raw array data to the browser, we might also want to consider downsampling the images. But I'd hold off until seeing what the performance is like.

Tagging @Wiebke and @davramov in case they have opinions on this.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions