You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
First, we have to declare the way we want to display those .paa pictures.
Probably we should use HTML img tags for displaying a picture converted from .paa to .png.
I think the biggest problem is that, when I reviewed the API, there was no such API class/interface for displaying just pictures.
Any other ideas?
The text was updated successfully, but these errors were encountered:
Probably it would be sufficient to at first convert the image internally (by detecting the file type on opening) and then display the result in the usual way.
First, we have to declare the way we want to display those .paa pictures.
Probably we should use HTML
img
tags for displaying a picture converted from .paa to .png.I think the biggest problem is that, when I reviewed the API, there was no such API class/interface for displaying just pictures.
Any other ideas?
The text was updated successfully, but these errors were encountered: