The tag has no wiki summary.

learn more… | top users | synonyms

0
votes
0answers
23 views

save high resolution images in Instagram

I'm writing a desktop app requiring to download images from Instagram (primarily the ones that belong to the user authenticated in this app). When I try to query the images via the api (be it ...
0
votes
0answers
26 views

Picturefill with min-device-pixel-ratio: 2.0 not working

I'm using Picturefull for this first time and I'm not sure if I'm understanding it correctly. If I use.. <div data-src="image.png" data-media="(-webkit-min-device-pixel-ratio: ...
2
votes
3answers
82 views

How do I prepare images for all the Android resolutions?

In iOS preparing graphics is simple. There are either a normal image (height x width) or a retina image which is @2x (2 times height x 2 times width). However, since I'm new to Android, I see a ton ...
1
vote
1answer
65 views

Creating a higher-resolution PNG image programmatically

So I have some copypasta way to create a PNG file and it's working splendidly, however, when going to print this PNG it appears kind of "blurry" like a low resolution image. Is there any way to create ...
2
votes
2answers
49 views

Using High Resolution Imagery

I am after some advice on handling large images (in this case a satellite image of 81.4 MB, with a resolution of 16000 x 16000). Currently we just display the image in the application - this approach ...
-1
votes
1answer
97 views

Make image into a high-res image in my app in iOS [closed]

I'm developing an app which in general uses the devices' camera and uses some mini images from the app itself. While displaying the images, it produces low quality photos from my app. Is there a way I ...
2
votes
1answer
569 views

Detecting HiDPI Windows Phone 8 Devices

How do I detect HiDPI devices running Windows Phone 8? The phone I'm testing is the Nokia Lumia 920, which has a 4.5-inch 1280 × 768 screen (i.e. > 300 dpi). IE supports min-resolution in CSS but not ...
4
votes
1answer
119 views

Simulate high resolution displays to test web pages

I have a web page that will run on a multiple TV display, 6 1080p TVs aligned in two rows using those adapters that aggregate multiple displays in a single feed. That means I'm developing for a ...
1
vote
1answer
228 views

high resolution timer in android for metronome

I'm trying to create a metronome for Android, and I wrote this code to play a beep at 300BPM using a SoundPool, but it tends to skip beats sometimes and creates lag. I have researched, and all of the ...
0
votes
0answers
100 views

How to gradually stream image from low resolution to high?

I need to stream an image from my server through php and receive it in my client app which is made with unity3d. But as I the picture files pretty big and loading could take up to a minute, I was ...
0
votes
1answer
108 views

icon & text size at high resolution

I know I can easily check for physical DPI, but I dont know if it is worth the pain.. Im writing an application which uses 32x32 icons, with 2 lines of text on the right of these icons (both lines ...
0
votes
0answers
86 views

background-image isn't loaded progressively

I have a problem on a website which uses highres-images as background of the body-tag. The images are saved as progressive jpegs, but they aren't loaded progressively (Firefox, Chrome...). You just ...
0
votes
1answer
76 views

Using border-image with -webkit-image-set

How can I effectively use border-image for multiple resolutions? Can I use -webkit-image-set?
1
vote
1answer
121 views

Web design for high-resolution screens. Do browsers really ignore the image PPI?

My images are looking quite blurry on the new MacBook Pro with Retina display (220 PPI). Increasing the resolution of the images to 220 PPI doesn't seem to work, as if the browser completely ignores ...
0
votes
2answers
279 views

Show very large image - is it possible without cut it in tiles?

I'm trying to show very large images (>=50MB) in my tablet app. Can I load on the fly a better image resolution (with inSampleSize) until get the high res while i do zoom? Or... Is it possible to load ...
0
votes
2answers
180 views

Are large icons enough for Retina displays?

I'm developing a program that has icons. I've been wondering if I really need to use vector icons (as they are hard to come by and find), or could I just use larger icons such as 256x256 icons (for up ...
1
vote
1answer
807 views

High Resolution Icon Composer

Icon composer was removed in Xcode 4.4 and Apple now wants us to use iconutil -c icns to generate high resolution icons for Mac apps. In general, I design a single icon at 1024 pixels. Whereas I ...
0
votes
1answer
669 views

packaging multiple resolutions in a universal iOS app

I'm writing a 3D iOS game in Unity3d, and can't find a complete and straightforward answer about including different texture sizes for different devices. First up, I am making the assumption that a ...
0
votes
3answers
733 views

Save image with high resolution in android

I am dynamically adding Image & Text views to a captured photo. Below is my code to save the photo after adding views to it. Captured photo size is 1.3MB (photo is taken by 3MP camera) but saved ...
0
votes
2answers
816 views

Handling large bitmap in android

I just want to open native camera app from my app to capture a photo and set it as a background image of my screen then rotate it onclick of button. Photo is rotating n number of times if it is taken ...
2
votes
2answers
155 views

Is there a good non-blocking pattern for loading high-res images on the web?

I have a stylesheet (hi-dpi.css) and it contains a bunch of higher-resolution assets, many of which are inline (data URIs). But currently it blocks page render. What’s the best way to address this? ...
0
votes
3answers
2k views

Change camera resolution setting programmatically in android

I'm using the below code to open the camera. Is it possible to set the camera resolution to high programmatically? private void openDefaultCameraApp() { Intent i = new ...
1
vote
1answer
156 views

Java printing adding cropping on PC

Have not touched Java in a few years but I was asked to make some java code to print a picture and some text several times. It works fine on a Mac but printing from a windows machine the print out is ...
0
votes
3answers
262 views

How to set a high res Image in xml?

I just need to set a high res image, but wants to know if its possible to set it in xml. I want to be able to set it even if it will be bigger than the mobile screen. EDIT: I want to add a huge ...
0
votes
1answer
565 views

android andengine screenshot of the scene

I initialize engine with resolution 1000x1000 and want to save the whole scene in file. If i take screenshots with ScreenCapture class the maximum resolution of the picture is 800x480 (because my ...
0
votes
2answers
405 views

Creating huge high-resolution Bitmap bigger than 23k x 23k

I want to create a huge resolution Bitmap-image so that to load it into memory and transform it based on user-gestures. I noticed that the limit for new Bitmap(int32,int32); is around 23000 but I ...
0
votes
1answer
759 views

ImageMagick: `convert` is modifying png24 to png8, any solution?

I am converting some high-res iPhone images to low-res with batch processing using ImageMagick. I simply run the following: convert image@2x.png -resize '50%' image.png The problem is using ...
0
votes
1answer
303 views

iPhone - Manipulating/Editing & Saving Images (High Res)

In the app i'm working on I have a section where I let users load in an image using UIImagePicker (either from their photo library or taking a new picture), doing so usually gives a big image ...
0
votes
1answer
393 views

IOS 4 maximum CSS background-image size?

Is it possible that there is a maximum size for CSS background images in IOS 4? For a project I'm using a very large background image sprite (height: 9769px) which I'm animating by changing the ...
2
votes
1answer
243 views

Text blurry when running nonuniversal iPhone app on iPad

Basically I'm trying to retinafy my game So my application isn't universal, its specifically for the iPhone. I just would like to to also look its best when running on the iPad. I've created a ...
0
votes
1answer
255 views

High Resolution Capture and Encoding

I'm using two custom push filters to inject audio and video (uncompressed RGB) into a DirectShow graph. I'm making a video capture application, so I'd like to encode the frames as they come in and ...
2
votes
2answers
229 views

loading logic of high resolution images by naming convention in iphone

According to Apple's naming convention for high resolution images When we provide just name.png, iphone 3 and iphone 4 will display it. When we provide also name@2x.png which has higher resolution ...
1
vote
1answer
594 views

high resolution timing in kernel?

I'm writing a kernel module that requires function called in 0.1ms intervals measured with at least 0.01ms precision. 250MHz ARM CPU, the HZ variable (jiffies per second) is 100 so anything ...
0
votes
0answers
238 views

Can you suggest libraries for image compositing, SVG and text rasterization dedicated to high resolution ouput?

I search for some libraries about image compositing. My purpose is to create an high resolution image on disk based on layering of different sources. I work on Windows with C++. A short brief of ...
0
votes
2answers
371 views

how to find the resolution of setitimer()?

I needed a high resolution timer (at least having micro-second level resolution) and i found setitimer() can be set in micro-seconds level. struct itimerval t; t.it_interval.tv_sec = 0; ...
5
votes
4answers
817 views

How to realise long-term high-resolution timing on windows using C++?

I need to get exact timestamps every couple of ms (20, 30, 40ms) over a long period of time (a couple of hours). The function in which the timestamp is taken is invoked as a callback by a 3rd-party ...
0
votes
3answers
645 views

XNA 4.0 in a window having jagged edges issues…Know of a method for high quality output?

I'm using this example project's XNA 4.0 form control in an application I'm writing: http://creators.xna.com/en-US/sample/winforms_series1 It's working great and I've done quite a bit with visuals ...
0
votes
1answer
244 views

high resolution time from audio stream using fmod

Can someone show me how to get the actual stream time from fmod? The value from Channel getPosition using FMOD_TIMEUNIT_MS was working for me on iPhone until I upgraded to the latest version and now ...
4
votes
5answers
3k views

High resolution timer in Linux

I'm trying to compare GPU to CPU performance. For the NVIDIA GPU I've been using the cudaEvent_t types to get a very precise timing. For the CPU I've been using the following code: // Timers clock_t ...
2
votes
1answer
419 views

When is it more appropriate to use gethrvtime() instead of gethrtime()

Manpage for gethrtime() mentions another flavor of this call, which is gethrvtime(), and explains that this is the virtual time of a LWP. I am trying to understand the use case that would require ...
1
vote
0answers
367 views

Streaming Higher Resolution H.264 Video to the iPad

Apple's documentation for MPMoviePlayerController clearly indicates that it only supports 640x480 resolution streaming video. While the iPad does a fine job of upscaling that for display at 1024x768 ...
0
votes
3answers
772 views

Handling/downscale high-resolution images with iOS

I'm currently working on a "dropbox"-like app which has a viewer integrated for files/images. The problem: when a user has stored a really high-res image on server and wants to view it on device, the ...
1
vote
2answers
595 views

Export SWF to High Resolution JPEG / PNG

Is there any tool THAT WORKS and allow me export swf file to image with precised resolution? I can't find anything like this. I need to create big image to print - swf is a vector and I don't ...
2
votes
5answers
2k views

Loading high res background image

I have a colourful background image that is 2000px x 1500px and because of the details I am saving it as a jpeg that renders at 1.1 MB. I am using the CSS background property to render the image. So ...
1
vote
2answers
564 views

Reduce image size, but keep maximum quality/resolution?

I'm resizing an image using bitmap.GetThumbnailImage() however I seem to be losing image quality/resolution. For example the original image was 300dpi resolution, and the resized 1 is much smaller. ...
0
votes
1answer
23 views

Overlap on Form with ShowDialog() on high resolution device

I'm working with compact framework 2.0 and having issues with some Forms. I have one Form with a Detail button. When you click the Detail button, I dispose the original form and call ShowDialog() on ...
1
vote
2answers
437 views

Exclude a device from install of an android apk

Is there a way to not allow a particular device to install an android apk? I'm having some problems on controlling some layouts on a program when installed in Motorola Artix (Atrix has a hi-res and ...
1
vote
2answers
689 views

Save space: Batch resize down all @2x images for old iPhones/iPads/iPods on first launch

The issue with this: iphone 4 - loading images x old devices is that we end up filling our apps with double content. Ie a user has to download both the 2x size and the 1x sized image to his device, ...
2
votes
3answers
3k views

How do You Resize a High Resolution Picture with PHP

I'm processing images when the user uploads a pic but my problem is high rez pics. How do you detect when the user uploads one? I'm using the GD library for PHP. Setting the quality to 90 with the ...
2
votes
1answer
592 views

Methods to render a PDF into a very high resolution NSImage bitmap file

I have to render a PDF into a very high resolution image (say up to and even over 100,000 * 80,000 pixels). I managed to do that without going out of ram by splitting the render into several slices ...

1 2