Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

7
votes
3answers
322 views

How can I get the high-res mtime for a symbolic link in Perl?

I want to reproduce the output of ls --full-time from a Perl script to avoid the overhead of calling ls several thousand times. I was hoping to use the stat function and grab all the information from ...
7
votes
8answers
7k views

Microsecond accurate (or better) process timing in Linux

I need a very accurate way to time parts of my program. I could use the regular high-resolution clock for this, but that will return wallclock time, which is not what I need: I needthe time spent ...
5
votes
6answers
898 views

High Resolution Timing Part of Your Code

I want to measure the speed of a function within a loop. But why my way of doing it always print "0" instead of high-res timing with 9 digits decimal precision (i.e. in nano/micro seconds)? What's ...
4
votes
5answers
256 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 ...
4
votes
4answers
5k views

How to get [UIImage imageWithContentsOfFile:] and High Res Images working

As many people are complaining it seems that in the Apple SDK for the Retina Display there's a bug and imageWithContentsOfFile actually does not automatically load the 2x images. I've stumbled into a ...
3
votes
3answers
123 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 ...
3
votes
2answers
745 views

High-resolution timer for iPhone?

I'm looking for high-resolution timing code for iPhone, in order to do some performance timings. I'd like to write code like this: HighResolutionTimer* myTimer = [[HighResolutionTimer alloc]init]; ...
2
votes
1answer
137 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 ...
2
votes
4answers
235 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 ...
2
votes
1answer
383 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 ...
2
votes
3answers
2k views

High Resolution images in a uiwebview

I have a webview that displays an image, as shown in the code below. The bundle also has a DGT64@2x.png with dimensions of 128x128 for use on the iPhone4. The DGT64@2x.png never shows. Is there a ...
1
vote
0answers
86 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 ...
1
vote
2answers
86 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
280 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 ...
1
vote
2answers
256 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. ...
1
vote
2answers
175 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
3answers
711 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 ...
1
vote
3answers
1k views

How to activate @2x high res graphics for retina display?

I have an old app and created @2x high res images for it. Now I've incorporated all these into my project, but when I build and run the app on the retina display test device I do not see the high res ...
1
vote
1answer
1k views

Update UIView to ScaleFactor 2.0 for the iPhone4

I have a program running beautifully on my iPhone 4. It uses a class UIView I created (called TestView) to draw graphics using Quartz (very simply graphics such as just a few CG lines and circles). I ...
1
vote
1answer
2k views

How use CGImageCreateWithImageInRect for iPhone 4 (HD)?

I use the following code to getting images from the sprite. And it works fine everywhere except the iPhone 4 (HD version). - (UIImage *)croppedImage:(CGRect)rect { CGImageRef image = ...
1
vote
1answer
182 views

Windows Mobile Hi-Res Designer in Visual Studio

Is it possible to do Windows Mobile development in Visual Studio (2008), where the Windows Mobile Forms designer appears in "hi-res" (VGA/>96 DPI), rather than the default lo-res view? I'm using ...
0
votes
1answer
69 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
110 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
101 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 ...
0
votes
1answer
60 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 ...
0
votes
1answer
71 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
64 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
86 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; ...
0
votes
2answers
150 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
250 views

Force UITabBarItem's image to a specific size

I have a UITabBarController, initialized by a xib file. all it's view controllers are initialized by a xib file as well. In apple's HIG it is specified that a High-resolution tab bar icon should be ...
0
votes
1answer
72 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 ...
0
votes
0answers
136 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
2answers
226 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 ...
0
votes
1answer
16 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 ...
0
votes
2answers
369 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, ...
0
votes
1answer
860 views

UIScreen scale factor is 1.0 in iPhone Simulator 4.0.2?

Am I missing something about the @2x graphics on the iPhone 4? I'm running the 4.0.2 SDK in the iPhone Simulator, but UIScreen has a scale of 1.0, isn't it supposed to be 2.0 and load high res images ...