1

I have been running into issues loading Images into a SilverLight Application.

These images have been generated for DeepZoom purposes and have sizes of over 30 Megs (as PNG).

I have been told there might be a limit to BitMap Sizes that can be loaded, I would like to know where I can have a point of reference to this kind of information so I can decide the next step forward.

tshepang
  • 12,111
  • 21
  • 91
  • 136
Ric Tokyo
  • 6,577
  • 3
  • 30
  • 48

2 Answers2

1

This blog post states that the maximum pixel size of the images appears to be around 20516 x 15291 pixels. However, one of the comments states:

...I have a prototype that smoothly renders the OpenStreetMap project with a world map size of 67108864 x 67108864 pixels.

Kiril Stanoev
  • 1,865
  • 2
  • 20
  • 33
1

If you have the problem with inappropriate file format message, try to crop the image for few pixels. It worked for me.

Sasha
  • 11
  • 1