yarolig / android-vnc-viewer

Automatically exported from code.google.com/p/android-vnc-viewer
0 stars 1 forks source link

Enhance Fit to Screen with Stretch to Screen #322

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Given the (likely) mismatch in resolutions between client and server...

E.g. Windows @ 1024x768 viewed on a Nexus 7 (1280x??? could be anything 
depending on whether the Soft Buttons are enabled.)

Assuming Landscape mode for a moment, Fit to Screen stretches (or compresses) 
the vertical resolution and then scales the horizontal resolution while 
maintaining the original aspect ratio. For some uses screen distortion would 
not be an issue e.g. mostly viewing text.

This "Stretch to Screen" feature is present in the commercial Android App 
"Remote RDP" by Yongtao Wang if you would like a "taste" of what I mean.

I'm currently looking over the source code now with a view to implementing the 
feature myself. If anyone has any helpful comments or suggestions in this area 
I would appreciate them :)

Regards,

Andy

Original issue reported on code.google.com by a...@positality.com on 13 Jul 2013 at 12:50