Jump to content
Search Community

Storing a full sized version of a LoaderMax content

crooksy88 test
Moderator Tag

Recommended Posts

Hi,

 

I'm currently using the following line of code to download a 1024x768 jpg image and place it inside a thumbnail of 100x75.

 

queue.append( new ImageLoader(imageURL, {name:_imageName, estimatedBytes:2800, container:this, alpha:1, width:100, height:75, scaleMode:"proportionalOutside", crop:true}) );

 

When I access the LoaderMax.getLoader(_imageName).rawContent; I get the 100x75pixel bitmap so I'm assuming the full sized image is copied and disposed of during the loadermax process.

 

My question is, can I access the full sized image at some point and store it within an Array for future use? And if so, how might I go about this?

 

Thanks,

 

Mark

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...