Tagged Questions

Image resolution is an umbrella term that describes the detail an image holds

learn more… | top users | synonyms

0
votes
0answers
8 views

SLD resolution correct?

about two weeks ago I've been on exam, where I had question: Create SLD tree of all solutions for this program in prolog: 1. b :- c, b, c 2. b. 3. b :- e, a, b 4. c :- b 5. c. 6. c :- e 7. e :- a, e ...
0
votes
2answers
19 views

Android - Setting background on canvas using PNG file

I'm trying to set PNG file as background on canvas in my app. I've made an image 480 x 800 and used this method: canvas.drawBitmap(BitmapFactory.decodeResource(getResources(), R.drawable.image_1), 0, ...
1
vote
2answers
31 views

dpi of the image in the drawable folders

I'm currently designing images in four different dimensions (ldpi,mdpi,hdpi and xhdpi) for an Android application. i know that the different drawable folders are used dependig on the dpi of the ...
2
votes
1answer
40 views

Method resolution in extension methods with optional parameters

I have the following couple of extension methods, which are in the same namespace and assembly: public static class DateTimeExtensions { public static string NullSafeToString(this DateTime? ...
0
votes
0answers
7 views

Capturing images with mjpg-streamer at a higher resolution than 640x480

I'm using mjpg-streamer on Angstrom Linux on a BeagleBone and have been able to capture images from the stream. I can’t however seem to get the resolution to go above 640x480. When I try to set that ...
0
votes
4answers
24 views

Galaxy Note Resolution

I am talking about Device resolution not screen size. I saw many previous questions' answers that was something like 320 x480, i think this is screen size. Correct me if i am wrong. For example, ...
0
votes
2answers
21 views

iPad 3: how to download retina images in uiwebview

I have an hybrid iPad app loading html and javascript in a webview. All the images are ok in ipads 1 and 2s but fuzzy in ipads 3. I was thinking about some possible solutions: Serve 2x images and ...
-1
votes
0answers
47 views

Android Resolution issue in 1280*800 and 1280*720 device [closed]

I have developed application for Tablet. I testing application in Samsung GT-P7500 which having resolution 1280*800. In this device login screen is looking good. Now i tested my application in Sony ...
0
votes
0answers
23 views

Can we have different resolutions for Preview and Capture of the same DirectShow graph?

I have 2 streams, one for Preview and one for capture in my DirectShow application. Right now, we observe that the Preview is slow for 1080P video and 1280*720 video. I would like to know if we have ...
0
votes
2answers
25 views

Calculating number of thumbs based off resolution

I have a thumbnail gallery and I want to only display "X" number of images where "X" fits perfectly into the specific users browser window based off their resolution. The reason why this is important ...
0
votes
1answer
17 views

Mobile website for different resolution devices

I am creating a mobile website. I want to load specific views for phones with lower resolution and other views for phones with higher resolution say example, I want menu page to be in the form of ...
0
votes
1answer
22 views

Android tablet development - resolution looks like phone?

I notice that when I place buttons or drawable png images on my app that I'm working on and then load it on the tablet (Asus Transformer if that's relevant), it gets "spread out" and looks like crap. ...
1
vote
0answers
56 views

How to get stream video(m3u8 format) resolution from url link, android2.3.3?

I have tried many ways to retrieve the video meta data from url like (http://xxx.xxx.xxx.xxx/streams/xxxx/playlist.m3u8), the project is useing android 2.3.3 SDK. As I know the MediaMetadataRetriver ...
3
votes
2answers
34 views

Internal images need of many resolutions?

The most of the responses that i saw are about buttons and icons, but and how about pictures? I have several pictures in the database of my app and my question is, should i have many versions of each ...
0
votes
0answers
21 views

can the DPI of a image be increased programmatically in iPhone..?

The image captured by iPhone 4 has got 96DPI, I want to increase it programatically.. I have searched a lot on quite a lot of forums but all in vain. I want to use it for OCR with Tesseract and it ...

1 2 3 4 5 40
15 30 50 per page