google-code-export / screenie

Automatically exported from code.google.com/p/screenie
1 stars 0 forks source link

Users screen resolution problem / window size #3

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. run the program in 200x200 window
2. save the result to PNG and you'll see it is a 200x200px PNG image.
3. run the program in 1024x768 window
4. save the result to PNG and you'll see it is a 1024x768px PNG image.

What is the expected output? What do you see instead?
I would expect the software to save the same result PNG, regardless of the 
screen size of the program window. If user has only 800x600 monitor, he can 
never use the software to create bigger PNG result. Also if the user has 
only 1024x768 screenshots, and his computer is using 1024x768 screen, the 
user can't create the same result like some other user, who has the same 
screenshots, but bigger screen.

I would expect the software to provide some global 'zoom factor', so all 
users with all screens will be able to create the same PNG results.

What version of the product are you using? On what operating system?
WindowsXP. Version from Jan 2009

Original issue reported on code.google.com by tomas.ma...@gmail.com on 15 Jan 2010 at 6:06