Questions tagged [default.png]

49 questions
1
vote
1 answer

Movie Player shows Default.png image in background while loading (OS 3.1.2)

I'm using MPMoviePlayerController to stream audio/video files from a servrer. It works great on all other OS versions. However, on 3.1.2, it shows the Default.png image (used to display at app splash screen) in the background while the movie loads.…
1
vote
1 answer

C# Monotouch/Xamarin - Reduce Launch Screen Display Time

Summary I currently use the standard method for increasing the screen size width to iPhone 5 (by adding a launch image that is the same size as the iPhone 5 screen). This launch image is added via the info.PList. It takes a very very long time for…
Goober
  • 13,146
  • 50
  • 126
  • 195
1
vote
1 answer

How to display .ico image file in IE

I have uploaded .ico file for favicon and its working fine as favicon in all browsers. But when i try to show this .ico file in HTML image tag in IE, it is not displayed correctly. Please help.
Shaibi Rana
  • 29
  • 1
  • 6
1
vote
0 answers

Image dimensions and file size limits for PNG files in Flex

I'm working with Flash 4.5, and reading a lot about image manipulation. I understand the limits Flash has with JPG images - one can process images up to 30000 x 30000 pixels without problems. However, with PNG files if the image is larger than…
1
vote
2 answers

How to know whether launch image has been shown when applicationWillEnterForeground or applicationDidBecomeActive is called?

I have added Default.png and Default@2x.png to a project. They are shown every time when the app starts. But when the app enters foreground from background, the launch image may be shown, and may not be shown. The showing or not showing may be…
xia xiongjun
  • 141
  • 3
  • 6
1
vote
1 answer

Show splash screen instead of snapshot

My issue is with the splash screen shown when the app opens while in suspended mode. When the app is closed and i open it, i see the Default.png splash screen, which is what i need. But if i send it to the background and reopen it, i see a snapshot…
Victor C.
  • 191
  • 4
  • 16
0
votes
1 answer

Launch image of my iphone application inverted on iPad

I'm working on an iPhone application (not an universal one). When I launch this application on my iPad, the laucnh screen (DEfault.png) is not displayed correctly: it's inverted (as if the iPad was upsidedown, but it's not). Any solution for…
Alx
  • 257
  • 2
  • 15
0
votes
4 answers

default.png does not work

My application's opening screen default.png works on similator but not on ipad device. I tried these: Default.png, default.png but no change. Still does not work. How can I solve?
Hacer sengul Akac
  • 683
  • 3
  • 17
  • 25
0
votes
1 answer

Code for changing multiple .img files into .png, then into numpy array

I'm doing a convolutional neural network classification and currently all my tiles are in .img format (thanks ArcMap). I know I need to get them in .png format, but haven't found code that could convert a whole folder of them. Is that…
0
votes
1 answer

Default.png for splash screen(iphone)

heyy...how to avoid default.png in foreground task. In my app,sometimes its showing default.png while coming from background to foreground.
amit sinha
  • 103
  • 8
0
votes
0 answers

How to merge several images in a directory into a single image given the no of images in a row using Python?

I have a directory of images. I want to concatenate the images into a single image. If I know how many images should be merged in a row how can I achieve this in Pyhton
0
votes
1 answer

iPhone Default.png not working in Build and Archive

I have a problem when I try to install an iphone application to the device. The problem is that, the Default.png cannot be shown. The situation is like this: - I've already named the file as "Default.png" instead of "default.png". - It works fine on…
xeron
  • 255
  • 1
  • 2
  • 9
0
votes
1 answer

Undersanding IDAT chunk to flip the image

First a bit of context. I need to flip a PNG image. I get the info per byte (in order) and I have to flip it as a stream. I manage to divide and parse the chunks. But when I have the IDAT chunk data I don't know what to do with it to flip it. INFO…
J Agustin Barrachina
  • 3,501
  • 1
  • 32
  • 52
0
votes
1 answer

How can i make .png my default file extension in java

Here is the snippet where i save the image with a .png extension: WritableImage img = rectCanvas.snapshot(new SnapshotParameters(), null); JFileChooser chooser = new JFileChooser(); chooser.setCurrentDirectory(new…
melar
  • 202
  • 2
  • 15
0
votes
1 answer

iPhone - Force localization of Default.png

I know how to force localization with this code [[NSUserDefaults standardUserDefaults] setObject:[NSArray arrayWithObjects:@"fr", nil] forKey:@"AppleLanguages"]; And I know how to localize Default.png (different bundles English.lproj,…
iamj4de
  • 780
  • 1
  • 6
  • 18