Skip to content
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

Find the best way to display .paa files in VSC #1

Open
pixlcrashr opened this issue Jan 7, 2018 · 1 comment
Open

Find the best way to display .paa files in VSC #1

pixlcrashr opened this issue Jan 7, 2018 · 1 comment

Comments

@pixlcrashr
Copy link
Member

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?

@HJFinch
Copy link
Member

HJFinch commented Jan 7, 2018

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.

Some references might be:
https://github.com/cssho/vscode-svgviewer
https://marketplace.visualstudio.com/items?itemName=kisstkondoros.vscode-gutter-preview
https://github.com/AnalyticalGraphicsInc/gltf-vscode

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants