Questions about image resolution.
1
vote
1answer
16 views
Set resolution of a specific JFrame, not the computer's resolution
Is there anyway in Java to set the resolution of a specific JFrame rather than changing the computer's resolution, meaning that if I have JFrame with a size of 100x100 can I make it so the top left ...
0
votes
0answers
24 views
vb.net Resolution same size on two machine but look different
Ok so i created several programs now... they are all programmed on a 800x600 Resolution
My issue is that if i run the program on the EXACT same resolution on a win 8 tablet or any win 7 or 8 laptop ...
0
votes
1answer
11 views
Saving high resolution image with rounded corners
I am trying to save a high resolution image view with rounded corners in an iOS app but have not been successful so far.
One of the best examples I have seen so far is in:
UIImage with rounded ...
0
votes
0answers
18 views
HTML5 <video> resolution
I'm working on a webpage that involves <video>s (html5) with strange resolutions (like 720 x 1440). Are there browser-specific resolution limitations? I can't find any documentation online ...
0
votes
1answer
13 views
How applications look like the same in all iphone and ipad models
I am creating a mobile version of my website and I wonder every iphone and ipad models have different resolutions but applications or websites look like the same..
For example, my header bar looks ...
0
votes
1answer
14 views
How to calculate aspect ratio resolution on any display resolution
I'm writing an Ambilight application for my Alienware AlienFX keyboard backlight. Because it's most useful in movies yet most screens don't have a 2,35:1 ratio I want to calculate the resolution on ...
0
votes
1answer
38 views
matlab - averaging for a given interval
I can calculate daily averages of a data set like so:
Jday = datenum('2010-11-01 00:00','yyyy-mm-dd HH:MM'):60/(60*24):...
datenum('2011-02-31 23:00','yyyy-mm-dd HH:MM');
Dat = ...
0
votes
1answer
42 views
Website on different resolutions
I have a problem with my website. It looks great on my 20" screen but on the 11" it does not. The #logo is covering #menu and the #bubble appears beneath the #frame. As you see in the code, I have set ...
0
votes
0answers
17 views
Android - Images from URL resolution issue
I'm getting an image from a url and displaying in a standard image view. It's been working fine for years, but the image size changes with the phone screen density.
Now with the latest batch of ...
-7
votes
0answers
36 views
Is there anyway to design something similar to this that runs exactly the same in every laptop resolutions? [closed]
Hi guys I'm designing some kind of cool website with some animations. The problem is that I don't get the same result in different laptops' resolutions. Could anyone help me please?
Get/edit the file ...
0
votes
0answers
28 views
Setting Resolution between the tiff-pages with libtiff
I'm writting tiff-stacks in labview with libtiff. The stacks is perfectly written.
At last I writte the x- and y-resolution into the header. I have 10um per pixel resolution.
But how can I set a ...
0
votes
0answers
14 views
Crop an high resolution image on phonegap
I am new as android developer. I am developing a app in phonegap.
Scenario :
User can use this app on any mobile means for example we take screen
resolution 240*320.
Through app user will upload ...
1
vote
1answer
28 views
Get the size of the drawn image, not the actual one
In my game I scale the Graphics2D object with g2d.scale(scale, scale); to make the game look the same in all resolutions. The problem with this is that the images won't rotate properly because they ...
1
vote
0answers
32 views
Android Text size same on phone and tablets both high density
I have successfully developed my Android application to look good across different device size.
I detected the widths with code such as:
if((this.deviceWidth > 500) && (this.deviceWidth ...
-2
votes
0answers
29 views
How to change resolution in android-device [closed]
My Android-device has full HD screen and hence many apps are inappropriate, because they are not optimized for a HD resolution.
I have tried to change density in build.prop (from 480 to 640), but ...
2
votes
1answer
30 views
GridBagLayout works for higher resolution but not for lower
I use a GridBagLayout to center the menu for my game in a jframe and it works fine on my stationary computer with a screen resolution of 1920x1080 but when I use the exact same code but on my laptop ...
0
votes
0answers
11 views
Application resolution change in ipad 3?
My application works properly in ipad 1&2 but in ipad 3, every object on the screen looks bigger and many object do not appear in screen. How can i fix this?
-I use adobe flash air.
0
votes
3answers
51 views
Android - Need to differentiate with 10 inch tabs of different resolutions
I have a requirement in android to support my app in different tablets like google nexus 10 and samsung galxy 10 inch tablet. Nexus 10 is double the resolution of samsung 10 inch tab. I need to place ...
1
vote
3answers
93 views
Why is the :: operator necessary in C++? [closed]
I am thinking, wouldn't it have been better to use the . operator instead? It seems like C++ introduces a bit of redundancy, especially in that case - a whole new operator that is used in a very ...
1
vote
1answer
32 views
Resolution issue with QTextCursor::insertImage ( const QImage & image, const QString & name = QString() )
I’d like to insert a QImage inside a QTextDocument and save it as a PDF file.
To do this i use the QTextCursor::insertImage ( const QImage & image, const QString & name = QString() ) method
...
1
vote
1answer
22 views
How to use getSupportedVideoSizes() on Android?
Im trying to record video, but it records at very low resolution.
I know that for set a video resolution I do a something like this:
MediaRecorder recorder; recorder.setVideoSize(int width, int ...
-1
votes
0answers
27 views
How to make a website without vertical scrolling that can fit multiple screen resolutions [closed]
I am a photographer and I am trying to display images that would take up 90% of the vertical space of a screen without overflowing and allowing a scroll bar. I can make the website I would like but I ...
1
vote
0answers
26 views
What causes disproportionate vertical and horizontal image resolution within an image embedded in a PDF file?
I work with a lot of PDF files and have some experience in optimizing them with Adobe Acrobat, or a similar program, to reduce the size before putting them on the web. The optimization process will ...
0
votes
2answers
40 views
How can I calculate CSS pixels from resolution?
I am making a web application that has some very specific interactivity features that are quite screen size dependent. I have planned to create 2 versions of said features, one for desktop and one for ...
0
votes
0answers
51 views
iOS - determine AVCaptureSessionPresetPhoto programmatically
I am using AVFoundation for capturing still images from camera, and I wish to determine AVCaptureSessionPresetPhoto in program, and before capturing any image (or somehow capture an image without ...
0
votes
1answer
29 views
Can't get if-else statement to work while detecting screen resolution
I'm making a separate navigation bar on my site for handheld devices, so I've come up with a PHP script that detects the resolution and should output different navigation bars accordingly.
I'm really ...
0
votes
1answer
18 views
Is there a way to show IME on full screen mode of Unity3d Game
I am searching a method, how to show IME on full screen mode of unity3d game. Now I only get one method : add " -popupwindow" argument to my game.exe, and set the game resolution to may native desk ...
0
votes
1answer
32 views
max-width does not have effect on iPhone
I am trying to make my webpage appear with page width equal to that of a phone screen. So, for example, the resolution of the html page would be the resolution of the phone screen viewing it. If ...
0
votes
3answers
51 views
Resizing images to fit smaller browsers
I've been searching the questions here for weeks and haven't found an answer to this, so here it goes:
I created a fairly large image (800x1000px) to be displayed in the center of my site. I made it ...
2
votes
4answers
59 views
Can't get background header image to fit to width.. tried everything
I've searched for hours upon hours and now I figure it's time for me to ask the question. I can't get my background image that is placed in my header to fit to screen. It works for every kind of ...
0
votes
1answer
21 views
Resolution versus Time of processing
I'm processing an image from my webcam with opencv. How can I know how much time my processor needs for read every pixel of the matrix and show this? The used algorithm don't matter, I need a generic ...
0
votes
2answers
42 views
Reducing image resolution, issues
i have a site where users can upload images, and i have this function to reduce image resolution and preform alot of checks etc, works fine, except this 1 little bug i cant quite seem to figure out
...
0
votes
1answer
77 views
Display App in 3.5" Resolution on iPhone 5 for Development/Debugging
Does anyone know if there is a way to force an app you're developing to run in a 3.5" screen size mode if you're on an iPhone 5, just for dev/debug purposes? Something such as what might look like a ...
0
votes
0answers
38 views
Java painting in resolution
I'm trying to understand the resolution concept of painting with Graphis2d. Java tells us that every 72 pixels will equal 1 inch when printed. My question is, how dose resolution factor in. If I ...
1
vote
2answers
80 views
Differerentiate layout for two devices with same dpi
i have two layout folder: layout-sw800dp and layout-sw600dp so my app use layout-sw600dp for both devices , Samsung Galaxy Tab 7 and Nexus 7,and it makes my fonts and styles bigger for Nexus 7! how ...
0
votes
0answers
42 views
Got an error while running python script gaierror: [Errno -3] Temporary failure in name resolution
I am trying to run boto api through Python script. Here is my python program bototry1.py:
#!/usr/bin/env python
import boto
import socket
euca_access_key_id="GVY4FZ72KLVLTRKS1MPW8"
...
0
votes
0answers
100 views
How to make my site fit all screen resolutions? [closed]
On my 1280x720 it tooks great, however on 1920x1080 the text is really small.
HTML - http://pastebin.com/2DA5Zbyr
CSS - http://pastebin.com/4K0HXknB
Thanks in advance
0
votes
1answer
107 views
Image Area Map at multiple resolutions i.e. hotspots in x y coordinates
I'm using an Area Map over my image to allow users to select points which perform various JavaScript functions.
The coordinates of the shapes are hard coded into the html page as this allows my ...
0
votes
0answers
29 views
Java LWJGL - Fixed a bug, making sure this is the safest fix (Screen resolution changing)
I'm working on a project in Java using the LWJGL and Slick-Util libraries. I had this bug with screen resolution changes where I would reset my openGL projection every time I would change a ...
0
votes
1answer
71 views
drawing in Windows memory device context - resolution?
I am trying to export a plot generated by my program in the form of a bitmap. No problem with creating a bitmap in memory (with CreateDIBSection) and saving it on the disk (using GDI+). To draw I have ...
0
votes
1answer
38 views
fixing an image so that it does not move depending on the screen resolution?
I have been searching far and wide and haven't been able to find help for my small issue. I am not a professional, but I enjoy making and modifying tumblr themes as a hobby. aka I am self professed ...
0
votes
2answers
734 views
Most popular screen resolutions / ratios among android tablets and smarthphones
I am looking for a site that offer statistics/graphs providing most popular resolutions / screen ratios on android smartphones and tablets. Need it to design the UI and plan how to scale. Would be ...
0
votes
1answer
31 views
Multiple screens/resolutions/images
I need to create images for a slideshow. The problem is that the images will be displayed in different screens.
I want to know if I can use the same resolution for all of them (1920 x 1080) ...
0
votes
0answers
60 views
Optimal Resolution and Training Set for Feature Based Image Recognition
I am again curious.
I am using Android NDK with OpenCV which allowed me to set up pretty robust environment to test out different binary algorithms such as BRIEF, BRISK, FREAK and ORB. My problem ...
0
votes
1answer
51 views
Grab the users screen-size/browser resolution
How would I be able to grab the users screen-size or browser resolution (width only) when viewing my webpage, preferably with javaScript/jQuery or PHP and output the results?
0
votes
0answers
84 views
Kinetic JS - Change image resolution using filter when mouse is down
I am changing left mouse down (drag) to change the image, it works but very slow (refresh). I am using the following to display the image:
function makeKineticImage() {
dImage1 = ...
0
votes
0answers
18 views
Canvas Resizing
I am trying to create a page in which a user can interact with a HTML5 canvas and then download the image they create. This works fine except when I wanted to add the ability to scale up the image ...
0
votes
0answers
45 views
MAC OS X - Mountain Lion - After power saving resolution not maintained [closed]
I have this really crazy problem with Mac OS X 10.8.x, It seems when the notebook goes into display sleep mode (IE monitors switch off) and I return to use it 7 of of 10 times the resolution on my ...
0
votes
1answer
61 views
Map area size and position issues on different screen resolutions
I have a map area over a JPEG that i'm using for my navigation bar that has links to my different web pages:
<div id="container">
<img src="home.jpg" usemap="#imagemap" id="main-nav" ...
0
votes
0answers
108 views
IOS: App rejected by Apple - Error 2.2
My app is being rejected by Apple. This is the Resolution mail:
"We found that your app exhibited one or more bugs, when reviewed on iPhone 5 running iOS 6.1.3, on both Wi-Fi and cellular networks, ...






