Questions about image resolution.

learn more… | top users | synonyms

0
votes
1answer
20 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
8 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 ...
2
votes
0answers
40 views

Canvas element not displaying on other resolutions

I created an app with some bitmaps which I draw with canvas. On my Galaxy S3, all components were drawn.But when I use my Galaxy S2 (or an emulator with lower density), the hole-elements are ...
0
votes
1answer
26 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
38 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
33 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
17 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
39 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
27 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
29 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
1answer
63 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 ...
-1
votes
0answers
44 views

My webpage contents don't fit for every PC resolution [closed]

Here's how it looks on the resolution which I've started it .... Here's a picture wich will probably clarify my problem Also here's the entire index code <!DOCTYPE html PUBLIC "-//W3C//DTD ...
0
votes
0answers
17 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
58 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
39 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
23 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
51 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
31 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 ...
-1
votes
2answers
130 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
25 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
32 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
31 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
55 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
13 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
32 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 ...
-2
votes
0answers
7 views

Metric of videos available in your tube by resolution ( HD % of total videos uplaoded etc etc) [closed]

This may not be a technical question however help me directing a way to it - I wanted to check if there is a way to learn about different resolution of videos in youtube DB i.e. how many HD content vs ...
0
votes
1answer
41 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
79 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, ...
0
votes
2answers
96 views

How can you create multiple image buttons and have them work on all monitor resolutions?

Okay, so this is what I currently have for my webpage: j sfiddle(dot)net/gTF9y/4/ Which is just one single image, with css code that makes it so that one image adjusts to different monitor ...
0
votes
0answers
38 views

Mac OS X Quartz CGWindowListCreateImage scrambles image on 1366x768 resolutions

I've implemented the following code in a C++ project on Mac OS X, for capturing the desktop screen: int ScreenCaptureRoutines::CaptureImage(int width, int height) { CGRect captureRect; ...
0
votes
1answer
246 views

Image stops scaling with bootstrap-responsive.css at the smallest level

I'm making my first website using Twitter Bootstrap, and am trying to understand why the logo image on my page stops scaling and jumps in size once the screen size reaches a small enough size. The ...
1
vote
1answer
54 views

Change resolution of a PDF containing a plot with many datapoints in R

I have a large dataset, which I want to plot. Unfortunately the PDF-file becomes very large, and the PDF readers need long time to show the plot (which can be annoying, when you want to scroll). l = ...
0
votes
0answers
37 views

Is the following knowledge base Unsatisfiable, Satisfiable or Valid ? Using PL-resolution

( OR ( NOT a ) b ) ( OR c ( OR ( NOT a ) d ) ) ( OR ( NOT ( NOT a ) ) ( NOT c ) ) ( OR ( NOT c ) ( NOT d ) ) ( NOT d ) ( OR ( NOT b ) ( NOT c ) ) ( OR e b ) ( OR c ( NOT c ) ) ( ...
0
votes
2answers
80 views

Changing resolution using media foundation under win 7

I am writing an app on top media foundation under win 7, I use IMFMediaSource to query the cameras interfaces to get frames and other properties. its weird but I cant find a way to change resolution. ...
0
votes
3answers
35 views

what's the QUALITY_HIGH and the QUALITY_LOW mean ?

There is a quality list in the class CamcorderProfile. public static final int QUALITY_HIGH: Quality level corresponding to the highest available resolution. Constant Value: 1 public static final ...
0
votes
3answers
66 views

How can I make sure my layout fits to every screen resolution [closed]

see @ http://www.nobleprotocol.com I am trying to get the sizing of this picture to fit properly to every screen. Any css/html coding tips you can give me to help me out.
0
votes
0answers
47 views

PHP get actual image resolution

I am using getimagesize() in PHP to get an image's width. Sometimes this width does not actually match the image. I suppose this is because the file has been modified and the header reads one thing ...
0
votes
1answer
33 views

Image Resolution not same in swf and php

In this url the image has perfect resolution http://www.pikspeak.com/show.php?id=3&img=guitar but when I am creating an .swf file for the same image the resolution is not that perfect. The link ...
3
votes
1answer
78 views

Contact Image -Less resolution in android

I have retrieved the android phone contact image and stored it in arraylist like the below. id = cursor.getString(cursor.getColumnIndex(ContactsContract.Contacts._ID)); String photoWhere = ...
0
votes
0answers
22 views

Seeking solution to multiple resolutions

Android Development Is there a so-called "Best" way to account for placement of objects and/or images given the dizzying amount of resolutions to account for? Some random info from my perspective ...
0
votes
1answer
91 views

How to make a resizable WPF window that keeps its aspect ratio? [duplicate]

Right, what I have is a window I'd like to resize, however I'd also like it to keep its aspect ratio. I've read some questions (such as this and this), however, the solutions either don't work or are ...
0
votes
1answer
46 views

I need to make a video that is 480 x 480, is this possible?

I currently have a function that checks for all supported video sizes: List<Camera.Size> cameraSizes = params.getSupportedPreviewSizes(); for (int i = 0; i < cameraSizes.size(); i++) { ...
0
votes
1answer
29 views

Why 4“ and 5” screen not showing images properly

I have develop a simple application and compile it with screen resolution 480*800 mdpi emulator.It shows all images perfectly placed on screen. I have added images only in drawable folder. But when ...
0
votes
1answer
29 views

What exactly is computer resolution? [closed]

Maybe It's a bit trivial question, but I am confused over the computer resolution. What is it? If the resolution is say 150 X 100 then does it mean that 150 pixels will cover up the entire length of ...
0
votes
1answer
30 views

SlimDX - Low Resolution in Win7 + DX9 on AMD 6350

I implemented a Visualisation a few months ago on an old XP Machine with SlimDX and an old Geforce. It worked perfectly. Now i startet the stuff on an new Computer: Windows7 Intel I7 Amd HD6350 ...
2
votes
2answers
208 views

AndEngine - Sprites are not getting scaled on different devices

Code : This is how m initializing camera. I', trying to get resolution of device and based on that i set camera width and height. public class GameActivity extends SimpleBaseGameActivity { ...
0
votes
0answers
17 views

Images not shrinking on mobile

I've spend the past few days googling this issue and with no avail. I've decided to see if anyone on here has seen this, and/or has a fix for me. It is driving me nuts. So I have a site I created ...
0
votes
0answers
61 views

Android virtual device does not take images from ldpi folder

I have simple application that contains buttons with background image. Applications have folders: drawable-ldpi, drawable-mdpi, drawable-hdpi, layout, layout-small, layout-large When I design ...
1
vote
1answer
95 views

blurry layout on xhdpi screens

I've developed a map-based android app. As I want my app to be used with most of android smartphones. I've added graphic resources for each type of screen resolution, from ldpi to xhdpi , ...
0
votes
0answers
47 views

iPad with iOS6.x run iPhone app, screen size is wrong

I found when run iPhone app under iPad with iOS6(the real device, not simulator), when check [UIScreen mainScreen].applicationFrame = {{0,0}, {300,480}}, look this carefully, it's 300 not 320, of ...

1 2 3 4 5 20