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

Add support for viewing screenshots (bin or extracted png) #2

Closed
gingerbeardman opened this issue Nov 1, 2015 · 5 comments
Closed

Comments

@gingerbeardman
Copy link

Add support for viewing screenshots (bin or png)

@d0k3
Copy link
Owner

d0k3 commented Jan 21, 2016

This is possible if there is some functionality for that already in ctrulib, citra or ctrcommon. Anyone know about this are can provide an example?

@gingerbeardman
Copy link
Author

These should help...

extract screenshots:
https://github.com/smealum/scrtool

read png:
https://github.com/ihaveamac/screenshot-merge

@d0k3
Copy link
Owner

d0k3 commented Jan 24, 2016

SCRtool actually contains everything that is needed to read PNG files (the lodepng library), but not for showing the image onscreen.

As I wrote before, CTRXplorer is not intended as a media viewer, because adding in too much functionality might hurt stability. I can add this if it is in the standard libs, but not if I need to add external libraries.

@d0k3
Copy link
Owner

d0k3 commented Jan 25, 2016

After checking ctrulib and citrus I decided to not add this feature. Beaing a media viewer goes beyound CTRXplorers scope. Still looking into the text viewer enhancement, though.

@d0k3 d0k3 closed this as completed Jan 25, 2016
@gingerbeardman
Copy link
Author

Fair enough, thanks for considering it

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