Top "Resolution" questions

Questions about image resolution.

Screen Resolution On A PhoneGap App

I'm writing a Phonegap (3.2) app, I take a HTML5 canvas, make it full screen and the whole app UI is …

html canvas cordova webview resolution
CamcorderProfile.QUALITY_HIGH resolution produces green flickering video

I haven't found any explanation for this so far. Basically I have a video recording class which works splendidly when …

android camera resolution mediarecorder
Screen Resolution Problem In WPF?

I'm gonna detect the resolution with the following code in WPF : double height = System.Windows.SystemParameters.PrimaryScreenHeight; double width = System.…

c# .net wpf screen resolution
XNA - Get Current Screen Resolution

Is it possible to get the current desktop screen resolution? I have a few minor settings in my XNA game …

c# xna screen desktop resolution
Reducing PDF file size using Ghostscript on Linux didn't work

I have about 50-60 pdf files (images) that are 1.5MB large each. Now I don't want to have such large …

pdf size resolution ghostscript image-resizing
How to set QWidget fullscreen (but "real" fullscreen, change resolution, set modal to whole system)?

I'm trying to make a game using Qt, cause it is so awesome ;) and you have all the stuff you …

c++ qt fullscreen resolution qwidget
Xrandr displaying "Failed to get size of gamma for output default"

My Sys specs : **Intel i7-8700k (Coffe-lake),Mother board : ROG(Maximus X Hero) OS :Ubuntu-Gnome 16.04** I booted My new …

ubuntu resolution display gnome xrandr
Scaling canvas element with static resolution

I have canvas element and I want to scale it down, but without changing it's js logic. Drawing space in …

html canvas resize resolution scaling
How to resize window using XNA

I know this question has been asked many times before. However, all solutions I have found after over an hour …

c# xna resize window resolution
Issue setting Kivy to fullscreen

I'm trying to write an application that runs kivy at full screen. But these are my issues: 1) When I run …

python kivy fullscreen resolution