philj56 / gbcc-android

Android front end to gbcc
https://gbcc.github.io
MIT License
29 stars 0 forks source link

Exporting images to a gallery or real printer #15

Closed soundsnow closed 1 year ago

soundsnow commented 2 years ago

screenshots storage/emulated/0/Pictures/Super Mario Land 2 - 6 Golden Coins (USA, Europe) (Rev 2)_20221029-092846.png real printer for Game Boy Camera

philj56 commented 2 years ago

Camera picture export is on the todo list. I also have a fun idea for printer stuff as well, but it'll probably be a while until I get round to it.

soundsnow commented 2 years ago

SameBoy

philj56 commented 1 year ago

Ok, I've added printer support in 036dc078661fa1942ad69e59b0987341dfeb9b12:

zopfli_printer

You can save the printouts to your phone's storage as well, which means this is also a way to export camera images.

phillippradoxyz commented 1 year ago

@philj56 sorry, I don't like bringing closed threads back up, but I for the life of me can't figure out how to export the photos to my local storage. I also haven't been able to find an explanation in the documentation. Would you be willing to shed some light on this for me, please?

philj56 commented 1 year ago

Have you installed it from the play store, or the debug apk from github? The version on the play store doesn't have the printer in it yet (I'll try and do a proper release soon).

If you're on the latest build from here, you need to print your camera image, then the save button in the top right of the above screenshot should do what you want.

phillippradoxyz commented 1 year ago

Ah! I was just using the version in the Play Store. I just downloaded the debug apk, and it's working perfectly! I will continue testing the debug apk from now on. Thank you, and I am seriously loving this emulator BTW. Keep up the great work!