The max is 2880 pixels in each direction.  I'm not sure if going over this
limit will prevent the image from loading or only prevent it from
displaying.

This and other limitations can be found on my site
here<http://nondocs.blogspot.com/2007/05/faqlimitations.html>

Daniel Freiman
nondocs <http://nondocs.blogspot.com>

On 6/4/07, Charles Galpin <[EMAIL PROTECTED]> wrote:

  Hi All

What is the maximum image size you can load in flex? I seem to have hit a
maximum size - not in disk space taken, but in the number of pixels. I can
load a 6Mb file fine, but this little 148K png with 9 million pixels
(3500x2625) will not load.

This incredibly long and complex test case shows it clearly.

<?xml version="1.0" encoding="utf-8"?>
<mx:Application xmlns:mx="http://www.adobe.com/2006/mxml"; layout="absolute
">
<mx:Image source="http://www.engr.uga.edu/people/mbakker/ellipexagu.png";
/>
</mx:Application>

If you change the source to
http://www.chilton-computing.org.uk/acl/pngs/fesymp.png you'll see it can
load a 6.6Mb file just fine (but it's only 3.1 million pixels).

I seem to have maxed out at about 4 million pixels (a 1000x4000 pixel
image).

Can anyone tell me what the actual limit is (perhaps a total number of
pixels or a max in one dimension?) or how to work around this.

tia
charles



Reply via email to